How to tell if on main thread
How to tell if on main thread
- Subject: How to tell if on main thread
- From: Glen Simmons <email@hidden>
- Date: Fri, 18 Jun 2004 11:26:37 -0500
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?
Thanks,
Glen
_______________________________________________
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.