sily.async.timer

Undocumented in source.

Members

Functions

setInterval
AsyncTimer setInterval(void delegate() func, int timespan)

Executes delegate on timeout or interval

setTimeout
AsyncTimer setTimeout(void delegate() func, int timespan)

Executes delegate on timeout or interval

Structs

AsyncTimer
struct AsyncTimer

Timer struct used by setTimeout and setInverval. Does not contains timer functionality itself.

Meta