Re: How to tell if on main thread
Re: How to tell if on main thread
- Subject: Re: How to tell if on main thread
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 18 Jun 2004 10:45:24 -0600
On Jun 18, 2004, at 10:26 AM, Glen Simmons wrote:
How can I tell if I'm currently on the main thread or a secondary
thread? I don't need to know if I'm in a specific secondary thread,
just that I'm in the main thread or not. I know about NSThread's
threadDictionary, and I know I could put a key/value in there, but
that seems a little hackish. Thoughts?
The OmniFoundation framework has an NSThread category with a
+inMainThread implementation.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.