cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
NSThread(sendBlockToBackground) Class Reference

List of all members.

Public Member Functions

(void) - performBlock:
(void) - performBlock:waitUntilDone:
(void) - performBlock:withObject:waitUntilDone:

Member Function Documentation

- (void) performBlock: (void)  block

performs a block on the thread. It won't wait until it is done.

- (void) performBlock: (void)  block
waitUntilDone: (BOOL)  wait 

performs a block on the thread.

- (void) performBlock: (id param)  block
withObject: (id)  object
waitUntilDone: (BOOL)  wait 

performs a block on the thread.


The documentation for this class was generated from the following file: