> On May 8, 2015, at 1:19 PM, Ken Thomases <k...@codeweavers.com> wrote:
> 
> You should use an NSOperationQueue.  You can set its 
> maxConcurrentOperationCount.  You can add blocks to it using 
> -addOperationWithBlock: or by instantiating NSBlockOperation objects and 
> adding those with -addOperation:.

Awesome, thanks for the pointer to NSOperationQueue. Sounds just like what I 
was searching for. 

-Carl


_______________________________________________

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

Reply via email to