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 :)

Or in other words, prior to 10.5 there isn't anything you can really do with an NSThread instance that would warrant needing access to the actual instance from outside of the thread itself.

Still weird not to have a reference. Be it just for referencing the thread. Glad this is fixed under 10.5.

Thanks for the clarification, guys!

cheers
--
Torsten
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to