Skip to main content

BoundedInlineTimerWheel

Type Alias BoundedInlineTimerWheel 

Source
pub type BoundedInlineTimerWheel = BoundedWheel<FlatVirtual<Instant, B256>>;
Expand description

Type alias for a bounded timer wheel using inline handler storage.

Aliased Typeยง

pub struct BoundedInlineTimerWheel { /* private fields */ }