Reactor.TimerHandle

Handle used to manage registered timers

Constructors

this
this(TimedCallback* callback)
Undocumented in source.

Members

Functions

cancelTimer
void cancelTimer()

Cancel a currently registered timer

reset
void reset()

Revert the handle to init value, forgetting the timer it points to

Properties

isSet
bool isSet [@property getter]

Returns whether the handle was used

isValid
bool isValid [@property getter]

Returns whether the handle describes a currently registered task

Meta