MCOOperation Class Reference
| Inherits from | NSObject |
| Declared in | MCOOperation.h MCOOperation.mm |
Tasks
-
isCancelledproperty -
shouldRunWhenCancelledproperty -
callbackDispatchQueueproperty -
– operationCompleted -
– cancel
Properties
callbackDispatchQueue
The queue this operation dispatches the callback on. Defaults to the main queue. This property should be used only if there’s performance issue creating or calling the callback in the main thread.
@property (nonatomic, retain) dispatch_queue_t callbackDispatchQueueDeclared In
MCOOperation.h