TimingWheels.advance

Adnvance wheel and return all timers expired during wheel turn.

struct TimingWheels(T)
advance
(
this W
)
(
ulong ticks
)

Parameters

ticks ulong

how many ticks to advance. Must be in range 0 <= 256

Return Value

Type: auto

list of expired timers

Meta