EventDriver.createTimer

Creates a new timer.

The timer can be started by calling rearmTimer() with a timeout. The initial reference count is 1, use releaseTimer to free all resources associated with the timer.

interface EventDriver
@safe
size_t
createTimer
(
void delegate
()
@safe
callback
)

Meta