Re: NSTask
Re: NSTask
- Subject: Re: NSTask
- From: "Clark Cox" <email@hidden>
- Date: Wed, 23 Jul 2008 06:39:07 -0700
On Tue, Jul 22, 2008 at 11:29 PM, Torsten Curdt <email@hidden> wrote:
>> Most of the instance methods of NSThread are not available prior to 10.5.
>
> I see
>
>> Those that are you would call within the thread by calling +currentThread
>
> Well, I would have to do that in the new thread and pass the NSThread object
> to the main thread that started it.
> That felt a bit overly complicated - but seems like that's the only way then
> :)
But why do you have to do that? (i.e. what do you need the NSThread
instance for in the first place?)
--
Clark S. Cox III
email@hidden
_______________________________________________
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
References: | |
| >NSTask (From: Torsten Curdt <email@hidden>) |
| >Re: NSTask (From: Nick Zitzmann <email@hidden>) |
| >Re: NSTask (From: Torsten Curdt <email@hidden>) |
| >Re: NSTask (From: David Duncan <email@hidden>) |
| >Re: NSTask (From: Torsten Curdt <email@hidden>) |