hmbdc
simplify-high-performance-messaging-programming
|
Public Member Functions | |
void | schedule (SysTime fireAt, Timer &timer) |
schedule the timer to start at a specific time More... | |
void | cancel (Timer &timer) |
cancel a timer previously scheduled with the TimerManager More... | |
|
inline |
cancel a timer previously scheduled with the TimerManager
if not scheduled, no effect
timer | to be canceled |
schedule the timer to start at a specific time
make sure the Timer is not already scheduled otherwise undefined behavior
fireAt | the firing time |
timer | the timer to fire |