On Wed, Mar 10, 2010 at 11:20 AM, Abhinay Kartik Reddyreddy <karthikredd...@gmail.com> wrote: > In case i should not use periodic events, how is an idle time task handled in > cocoa...?? In carbon i would say WaitNextEvent and if the return was null i > would perform my idle time task..... Is there any design pattern for idle > time tasks....??
The typical answer is "don't use them." Use a background thread or a runloop source instead. --Kyle Sluder _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com