On Thu, Oct 30, 2008 at 2:45 PM, Quincey Morris <[EMAIL PROTECTED]> wrote: > On Oct 30, 2008, at 10:40, Michael Ash wrote: > >> [_queue addOperation:op]; > > Have you tried using performSelectorOnMainThread: to force serializing of > the queuing? It might be an acceptable workaround, if it works.
I haven't, simply because this stuff is performance critical and having it get blocked because the main thread is busy processing user input is unacceptable. So alas, while that may get around whatever bug I'm encountering, it's not a usable workaround for me. _______________________________________________ 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]