TimingWheels.schedule

Schedule timer to ticks ticks forward from internal 'now'.

struct TimingWheels(T)
void
schedule
(
T
)
(,
const ulong ticks
)

Parameters

timer T

timer to schedule;

ticks ulong

ticks in the future to schedule timer. (0 < ticks < ulong.max);

Return Value

Type: void

void

Throws

ScheduleTimerError when thicks == 0 or when timer already scheduled

Meta