Timer

Simple timer

Constructors

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

Members

Functions

stop
void stop()

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

Meta