TimerWheel.schedule

void schedule(long delayMs, Entry * entry) @safe nothrow @nogc

Schedule a timer entry in the appropriate level and slot.

Parameters

delayMsDelay from the current tick, in milliseconds.
entryPre-allocated entry to link into the wheel.