Protocol YSKDispatchableDelegate
Underlying protocol for delegates that track events of the library's main components.
The protocol allows you to specify the queue for all the callbacks of the delegate.
Properties
callbackQueue | The queue that will receive the delegate's callbacks. |
callbackQueue | The queue that will receive the delegate's callbacks. |
Property Detail
callbackQueue
(strong, readonly) dispatch_queue_t callbackQueue
The queue that will receive the delegate's callbacks.
If this property is not set or its value is nil
, all callbacks will be placed in the main queue.