Re: any help with [NSThread initWithTarget:selector:object]???
Re: any help with [NSThread initWithTarget:selector:object]???
- Subject: Re: any help with [NSThread initWithTarget:selector:object]???
- From: Michael Vannorsdel <email@hidden>
- Date: Thu, 15 May 2008 02:09:33 -0600
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...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden