CoarseTimer.Entry

A timer entry.

Members

Functions

opCmp
int opCmp(Entry other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Entry other)
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

onLapse
TimerReceiver onLapse;

The delegate to be called.

when
MonoTime when;

When the delegate must be called, in system time.

Meta