Changes between Version 2 and Version 3 of code/howto/Timer
- Timestamp:
- Apr 12, 2017, 11:49:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/Timer
v2 v3 1 1 = HowTo: Timer = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 It's possible to delay a function call by using a [wiki: Timer]. In fact it's even possible to delay a whole call including an object and several arguments. This is achievec by using an [wiki:Executor].3 It's possible to delay a function call by using a [wiki:doc/Timer]. In fact it's even possible to delay a whole call including an object and several arguments. This is achievec by using an [wiki:doc/Executor]. 5 4 6 5 == Static functions == … … 27 26 }}} 28 27 29 See [wiki: Executor#DefaultValues this] for more information about how to find values.28 See [wiki:doc/Executor#DefaultValues this] for more information about how to find values. 30 29 31 30 == Member functions ==