Skip to main content

BoundedFlexTimerWheel

Type Alias BoundedFlexTimerWheel 

Source
pub type BoundedFlexTimerWheel = BoundedWheel<FlexVirtual<Instant, B256>>;
Expand description

Type alias for a bounded timer wheel using inline storage with heap fallback.

Aliased Typeยง

pub struct BoundedFlexTimerWheel { /* private fields */ }