Timer.wait

Waits until the timer fires.

This method may only be used if no timer callback has been specified.

struct Timer
@safe
bool
wait
()

Return Value

Type: bool

true is returned iff the timer was fired.

Meta