TimerThread

Undocumented in source.

Constructors

this
this(void delegate() timerCallback)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(long nextTs)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

callback
void delegate() callback;
Undocumented in source.
condition
Condition condition;
Undocumented in source.
mutex
Mutex mutex;
Undocumented in source.
nextEventTs
long nextEventTs;
Undocumented in source.
stopped
bool stopped;
Undocumented in source.

Meta