TimerState.initialize

void initialize(ref TimerWheel timerWheel) @trusted nothrow

Initialize the timer state and reset the timer wheel.

Captures the current monotonic time as the epoch and resets the timer wheel tick counter to zero.

Parameters

timerWheelReference to the timer wheel to reset.