EventDriverTimers.set

Run the timer.

interface EventDriverTimers
@safe nothrow
void
set
(,
Duration timeout
,
Duration repeat
)

Parameters

timer TimerID

the id of the timer, created by create call.

timeout Duration

a duration to the first firing of the timer

repeat Duration

a duration between periodic timer firings - set to zero to set a single-fire timer

Meta