On Aug 26, 2013, at 12:15 PM, Bradley O'Hearne wrote: > After accepting the fact that no specific sequence of method invocations can > be expected, and letting this digest over the weekend, a possible nuance > suddenly occurred to me: does this essentially mean that in addition to > either invocation order being possible, that it is possible that the > handleGetURLEvent method might be called during the > applicationDidFinishLaunching method is executing, i.e. after > applicationDidFinishLaunching has been started but before it completes?
No. Both methods are called on the main thread, so they can't run simultaneously. Regards, Ken _______________________________________________ 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]
