pub type Wheel<T> = TimerWheel<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>;A timer wheel backed by a growable slab.
pub struct Wheel<T> { /* private fields */ }