Re: Beachballing 2
Re: Beachballing 2
- Subject: Re: Beachballing 2
- From: Jens Alfke <email@hidden>
- Date: Tue, 04 Dec 2012 10:33:09 -0800
On Dec 4, 2012, at 9:54 AM, Gerriet M. Denkmann <email@hidden> wrote:
> My app creates lots of MyOperations (subclass of NSOperation) and puts them into an NSOperationQueue.
> These operations do not do any I/O - they just use the Cpu.
But in your earlier thread you showed a code snippet that included a comment implying that the operation code updates the UI. Does it? (Maybe it doesn’t do it directly, but does it make a synchronous method call to other code that does?)
—Jens
_______________________________________________
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
References: | |
| >Beachballing 2 (From: "Gerriet M. Denkmann" <email@hidden>) |