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:
mccallum 1996-03-19 20:52:42 +00:00
parent b32ebc500b
commit b06d57e0a2

View file

@ -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.