pub type BoundedWheel<T> = TimerWheel<T, Slab<WheelEntry<T>>>;Expand description
A timer wheel backed by a fixed-capacity slab.
Aliased Typeยง
pub struct BoundedWheel<T> { /* private fields */ }pub type BoundedWheel<T> = TimerWheel<T, Slab<WheelEntry<T>>>;A timer wheel backed by a fixed-capacity slab.
pub struct BoundedWheel<T> { /* private fields */ }