- onTick
ITimer onTick(TickedEventHandler handler)
The handler will be handled in another thread.
- onTick
void onTick()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset(size_t interval)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset(bool immediately, bool once)
Undocumented in source.
- reset
void reset(Duration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start(bool immediately, bool once)
immediately: true to call first event immediately
once: true to call timed event only once
- start
void start(uint interval)
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source.