mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Document update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16373 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f00e78a769
commit
2babb937df
1 changed files with 7 additions and 2 deletions
|
@ -804,8 +804,13 @@ static NSDate *theFuture;
|
|||
* and anObject are both retained until the method is performed.
|
||||
* </p>
|
||||
* <p>The selector is performed when the runloop of the main thread next
|
||||
* runs in one of the modes specified in anArray. if there are no modes in
|
||||
* anArray, the method has no effect and simply returns immediately.
|
||||
* runs in one of the modes specified in anArray.<br />
|
||||
* Where this method has been called more than once before the runloop
|
||||
* of the main thread runs in the required mode, the order in which the
|
||||
* 'perform' operations in the main thread is done is the same as that
|
||||
* in which they were added.<br />
|
||||
* If there are no modes in anArray,
|
||||
* the method has no effect and simply returns immediately.
|
||||
* </p>
|
||||
* <p>The argument aFlag specifies whether the method should wait until
|
||||
* the selector has been performed before returning.<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue