Timer

Simple timer

Constructors

this
this(Duration timeout, void delegate() dg, bool periodic)
Undocumented in source.

Members

Functions

rearm
void rearm(Duration timeout, bool periodic)

Rearm a stopped timer

stop
void stop()

Stop the timer. The next time this timer's fiber wakes up it will exit the run() function.

Meta