[Previous]
[Up]
[Next]
NSThread
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSThread.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (NSThread*) currentThread;
+ (void) detachNewThreadSelector: (SEL)aSelector toTarget:(id)aTarget withObject: (id)anArgument;
+ (void) exit;
+ (BOOL) isMultiThreaded;
+ (void) sleepUntilDate: (NSDate*)aDate;
Instances Methods
- (NSMutableDictionary*) threadDictionary;