ThreadTimer

A simple thread-based Timer implementation.

Constructors

this
this()
Undocumented in source.

Members

Functions

setInterval
TimerEvent setInterval(AppCallback fn, uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
TimerEvent setTimeout(AppCallback fn, uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

prodding
bool prodding;
Undocumented in source.
semaphore
Semaphore semaphore;
Undocumented in source.
sysTimer
SysTimer sysTimer;
Undocumented in source.

Meta