On 22 Jan 2014, at 23:08, Rick Mann <[email protected]> wrote: > There's no way to get prioritized -performBlock: calls on an > NSManagedObjectContext, is there? I have some operations enqueued with > -performBlock: that must be serialized, and others that would be best carried > out as soon as the current block finishes, but before any other enqueued > blocks.
As far as I’m aware, the only way to achieve this is to route all your blocks via something like an NSOperationQueue so some can be prioritised over others. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
