Timer

An individual timer.

Constructors

this
this(SysTime expire, Action action)
Undocumented in source.

Members

Functions

opCmp
int opCmp(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

action
Action action;
Undocumented in source.

Meta