Re: handleGetURLEvent getting called after applicationDidFinishLaunching
Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- Subject: Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- From: Kyle Sluder <email@hidden>
- Date: Mon, 26 Aug 2013 14:05:46 -0700
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 (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