init(source:clientQueue:)
Creates an extension provider with the specified source and dispatch queue.
Declaration
init(source: any CMIOExtensionProviderSource, clientQueue: dispatch_queue_t?)Parameters
- source:
An extension-specific object that conforms to the Cmioextensionprovidersource protocol.
- clientQueue:
A client dispatch queue, or
nilto use the default queue.