mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Mnor documentation tweak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
61fade5ef4
commit
c8cb740907
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
exists, so the checks are useless.
|
||||
* Source/NSThread.m: Refrain from creating thread dictionary in an
|
||||
inactive thread ... we don't want to create new objects in a thread
|
||||
which is in the process of exiting.
|
||||
which is in the process of exiting. Also, improve documentation.
|
||||
|
||||
2004-09-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -585,10 +585,12 @@ gnustep_base_thread_callback(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a flag to say whether the application is multi-threaded or not.
|
||||
* Returns a flag to say whether the application is multi-threaded or not.<br />
|
||||
* An application is considered to be multi-threaded if any thread other
|
||||
* than the main thread has been started, irrespective of whether that
|
||||
* thread has since terminated.
|
||||
* thread has since terminated.<br />
|
||||
* NB. This method returns YES if called within a handler processing
|
||||
* <code>NSWillBecomeMultiThreadedNotification</code>
|
||||
*/
|
||||
+ (BOOL) isMultiThreaded
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue