[Previous] [Up] [Next]

NSThread

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSThread

NSThread

Declared in: Foundation/NSThread.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

currentThread

+ (NSThread*) currentThread;

detachNewThreadSelector:toTarget:(id)aTarget withObject:

+ (void) detachNewThreadSelector: (SEL)aSelector toTarget:(id)aTarget withObject: (id)anArgument;

exit

+ (void) exit;

isMultiThreaded

+ (BOOL) isMultiThreaded;

sleepUntilDate:

+ (void) sleepUntilDate: (NSDate*)aDate;


Instances Methods

threadDictionary

- (NSMutableDictionary*) threadDictionary;