Function Timer.wait
Waits until the timer fires.
bool wait() @safe;
This method may only be used if no timer callback has been specified.
Returns
true
is returned iff the timer was fired.
Waits until the timer fires.
bool wait() @safe;
This method may only be used if no timer callback has been specified.
true
is returned iff the timer was fired.