pub type Wheel<T> = TimerWheel<T, Slab<WheelEntry<T>>>;Expand description
A timer wheel backed by a growable slab.
Aliased Type§
pub struct Wheel<T> { /* private fields */ }pub type Wheel<T> = TimerWheel<T, Slab<WheelEntry<T>>>;A timer wheel backed by a growable slab.
pub struct Wheel<T> { /* private fields */ }