Skip navigation.
 
mlRe: any help with [NSThread initWithTarget:selector:object]???
FROM : Michael Vannorsdel
DATE : Thu May 15 10:09:33 2008

You might try using pthreads, they're easy to use but not NSThread 
easy.  They have several more options and make the base NSThread is 
built upon.  There's a join option with pthreads where one can wait 
for another to finish which might be what you're looking for.  Look at 
pthread_join.


On May 15, 2008, at 12:02 AM, Alex Esplin wrote:

> Doh.  I knew I had to be missing something trivial.  When you start a
> thread with [threadname start] how do you wait for it?  I can't seem
> to find anything on that...

Related mailsAuthorDate
mlany help with [NSThread initWithTarget:selector:object]??? Alex Esplin May 15, 07:15
mlRe: any help with [NSThread initWithTarget:selector:object]??? Bill Bumgarner May 15, 07:25
mlRe: any help with [NSThread initWithTarget:selector:object]??? Ken Thomases May 15, 07:26
mlRe: any help with [NSThread initWithTarget:selector:object]??? Alex Esplin May 15, 08:02
mlRe: any help with [NSThread initWithTarget:selector:object]??? Ken Thomases May 15, 10:03
mlRe: any help with [NSThread initWithTarget:selector:object]??? Michael Vannorsdel May 15, 10:09