NSThread(sendBlockToBackground) Category Reference
| Declared in | NSThread+performBlock.h |
Tasks
-
– performBlock:performs a block on the thread. It won’t wait until it is done.
-
– performBlock:waitUntilDone:performs a block on the thread.
-
– performBlock:withObject:waitUntilDone:performs a block on the thread.
Instance Methods
performBlock:
performs a block on the thread. It won’t wait until it is done.
- (void)performBlock:(void ( ^ ) ( void ))blockDeclared In
NSThread+performBlock.h