mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-16 00:21:29 +00:00
Improve documentation of -terminate: method
This commit is contained in:
parent
859dc793bf
commit
8cd904225c
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@ typedef unsigned int NSUInteger;
|
|||
NSUInteger _count; /** Number of times acquired */
|
||||
}
|
||||
/** Terminates the thread by the specified date (as soon as possible if
|
||||
* the date is nil or is in the past).
|
||||
* the date is nil or is in the past).<br />
|
||||
* If called from another thread, this method asks the receiver thread to
|
||||
* perform the method, and waits (running the run loop in the calling
|
||||
* thread) until either the receiver thread finishes executing or until
|
||||
* the timeout date (when) is reached.
|
||||
*/
|
||||
- (void) terminate: (NSDate*)when;
|
||||
|
||||
|
|
Loading…
Reference in a new issue