On Mon, Aug 26, 2013, at 12:04 PM, Bradley O'Hearne wrote: > Thanks for the clarification. This actually raises a related point, one > that I've repeatedly found myself asking in various situations (such as > this one), in both iOS and Mac dev. Is there some global reference or > quick way of determining (not in code, but in doc somewhere) whether a > callback is called or not on the main thread?
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.) --Kyle Sluder _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com