discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Waiting for threads


From: Alexander Malmberg
Subject: Re: Waiting for threads
Date: Wed, 23 Jul 2003 16:51:47 +0200

Raffael Herzog wrote:
[snip]
> But still, some signal class would be a nice thing:

Locks are the base primitives for this. Building more advanced (and more
specific) thread synchronization on top of them is straightforward. You
probably want to look at NSConditionLock. If the random collection of
useful code gets started, some basic examples (that could be adapted to
whatever you really need) might be nice (eg. a basic "mailbox").

Inter-thread DO is also useful in some cases.

- Alexander Malmberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]