Re: How to perform delayed calls using NSOperationQueue?
Re: How to perform delayed calls using NSOperationQueue?
- Subject: Re: How to perform delayed calls using NSOperationQueue?
- From: Jens Alfke <email@hidden>
- Date: Mon, 21 Jul 2014 18:03:22 -0700
On Jul 21, 2014, at 5:54 PM, Cody Garvin <email@hidden> wrote:
> I ended up writing a queue manager that took NSOperations along with times, preflight block check and postflight block (setting other things up, massaging, etc).
Really, we have to reinvent NSTimer ourselves? Especially after Apple optimized the real NSTimer to group calls together, to save battery power by not waking the CPU as often?
—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