On Aug 26, 2013, at 2:05 PM, Kyle Sluder <[email protected]> wrote:

> In general, you can assume main-thread (or calling-thread) unless
> otherwise specified. The system frameworks typically aren't
> multithreaded. (They might use worker threads internally, but do their
> best to hide that from you.)

So switching to iOS for a moment, things like location services callbacks, 
NSURLConnection callbacks, animation completion handlers, accelerometer and 
touch events -- all main thread? (I'm pretty sure a few of those aren't main 
thread, but asking just the same -- I'm not sure that detail is actually in the 
API doc for all of them. 

Brad
_______________________________________________

Cocoa-dev mailing list ([email protected])

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

This email sent to [email protected]

Reply via email to