Re: WebView shorting me on print jobs.
Re: WebView shorting me on print jobs.
- Subject: Re: WebView shorting me on print jobs.
- From: Michael Babin <email@hidden>
- Date: Wed, 27 Aug 2014 08:50:51 -0500
On Aug 26, 2014, at 7:59 PM, Daryle Walker <email@hidden> wrote:
> When I put an NSOperation subclass instance into the main queue, is the task run on the main thread? Or just the scheduler? If the latter, that may have been my problem, running AppKit stuff on a non-main thread.
https://developer.apple.com/library/ios/documentation/cocoa/reference/NSOperationQueue_class/Reference/Reference.html#//apple_ref/doc/uid/TP40004592-RH2-SW21
"The returned queue executes operations on the main thread. The main thread’s run loop controls the execution times of these operations.”
_______________________________________________
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