Re: timers
Re: timers
- Subject: Re: timers
- From: Markus <email@hidden>
- Date: Mon, 13 Aug 2001 10:23:30 +0200
Am Montag, 13. August 2001 um 05:41 schrieb James McCartney:
But what should you use to fire off a function at a certain time?
NSTimer does this easily. Drawback is, it fires from within the Run
Loop, which leads to poor resolution if you do heavy calculations in the
main thread (but this should be avoided anyway).
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
References: | |
| >Re: timers (From: James McCartney <email@hidden>) |