If I have my code issue multiple
performSelectorOnMainThread:someSelector :waitUntilDone:NO
is there any guarantee about the resulting order of execution?
(please note that I passed in NO for waitUntilDone)
That is, if for the same object, if performSelectoronMainThread is
executed twice, first for selectorA, and then for selectorB, can I
reasonably expect that selectorA will be invoked before selectorB ?
_______________________________________________
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]