FROM : Ken Thomases
DATE : Thu May 15 10:03:13 2008
On May 15, 2008, at 1:02 AM, Alex Esplin wrote:
> When you start a
> thread with [threadname start] how do you wait for it? I can't seem
> to find anything on that...
There doesn't seem to be any "join"-type functionality in NSThread.
You have to use thread synchronization primitives, I suppose.
NSConditionLock is a good candidate.
Cheers,
Ken
DATE : Thu May 15 10:03:13 2008
On May 15, 2008, at 1:02 AM, Alex Esplin wrote:
> When you start a
> thread with [threadname start] how do you wait for it? I can't seem
> to find anything on that...
There doesn't seem to be any "join"-type functionality in NSThread.
You have to use thread synchronization primitives, I suppose.
NSConditionLock is a good candidate.
Cheers,
Ken
| Related mails | Author | Date |
|---|---|---|
| Alex Esplin | May 15, 07:15 | |
| Bill Bumgarner | May 15, 07:25 | |
| Ken Thomases | May 15, 07:26 | |
| Alex Esplin | May 15, 08:02 | |
| Ken Thomases | May 15, 10:03 | |
| Michael Vannorsdel | May 15, 10:09 |






Cocoa mail archive

