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: Kyle Sluder <email@hidden>
- Date: Mon, 21 Jul 2014 22:45:44 -0500
On Mon, Jul 21, 2014, at 08:03 PM, Jens Alfke wrote:
>
> 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?
Why do you not think this was extended to dispatch_after?
--Kyle Sluder
_______________________________________________
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