Struct Reactor.TimerHandle

Handle used to manage registered timers

struct TimerHandle ;

Properties

NameTypeDescription
isSet[get] boolReturns whether the handle was used
isValid[get] boolReturns whether the handle describes a currently registered task

Methods

NameDescription
cancelTimer Cancel a currently registered timer
reset Revert the handle to init value, forgetting the timer it points to