Re: Order of resulting selector invocations from performSelector

2008-03-14 Thread Hamish Allan
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

Re: Order of resulting selector invocations from performSelector

2008-03-14 Thread glenn andreas
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

Order of resulting selector invocations from performSelector

2008-03-14 Thread Stuart Malin
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