Re: handleGetURLEvent getting called after applicationDidFinishLaunching
Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- Subject: Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- From: "Bradley O'Hearne" <email@hidden>
- Date: Tue, 27 Aug 2013 07:24:03 -0700
On Aug 26, 2013, at 2:05 PM, Kyle Sluder <email@hidden> 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@hidden)
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:
This email sent to email@hidden