Version: $Revision$
Date: $Date$
Declared in: Foundation/NSThread.h
Inherits from: NSObject
Conforms to: NSObject
Returns the NSThread object corresponding to the current thread.
NB. In GNUstep the library internals use the GSCurrentThread() function as a more efficient mechanism for doing this job - so you cannot use a category to override this method and expect the library internals to use your implementation.