Re: NSOperationQueue broken?
Re: NSOperationQueue broken?
- Subject: Re: NSOperationQueue broken?
- From: "Michael Ash" <email@hidden>
- Date: Thu, 30 Oct 2008 14:51:56 -0400
On Thu, Oct 30, 2008 at 2:45 PM, Quincey Morris
<email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden