mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Mention RunLoop and NSTimer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1230 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b32ebc500b
commit
b06d57e0a2
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ and linked lists of C-type variables.
|
|||
@item NSThread and NSLock classes have been implemented, thanks to Scott
|
||||
Christley <scottc@@net-community.com>.
|
||||
|
||||
@item A RunLoop class has been implemented, and is used for listening to
|
||||
Port objects. It is used for Distributed Objects. The class is not
|
||||
finished, and its interfaces may be changed in the near future.
|
||||
|
||||
@item The NSTimer class has been implemented, although its use with
|
||||
RunLoops is currently disabled.
|
||||
|
||||
@item The Notification mechanism has been implemented. It makes good
|
||||
use of hash tables and linked lists in order to be fast.
|
||||
|
||||
|
|
Loading…
Reference in a new issue