On Aug 26, 2014, at 7:59 PM, Daryle Walker <dary...@mac.com> 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 (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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com