On Fri, Mar 14, 2008 at 8:52 AM, Stuart Malin <[EMAIL PROTECTED]> wrote:
> 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
On Mar 14, 2008, at 3:52 AM, Stuart Malin wrote:
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)
If there's nothing in the d
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 twi