MCOOperation Class Reference
Inherits from | NSObject |
Declared in | MCOOperation.h MCOOperation.mm |
Tasks
-
isCancelled
property -
shouldRunWhenCancelled
property -
callbackDispatchQueue
property -
– 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 callbackDispatchQueue
Declared In
MCOOperation.h