Skip to main content

BoundedTimerWheel

Type Alias BoundedTimerWheel 

Source
pub type BoundedTimerWheel = BoundedWheel<Box<dyn Handler<Instant>>>;
Expand description

Type alias for a bounded timer wheel using boxed handlers (heap-allocated).

Fixed-capacity — try_schedule returns Err(Full) when the wheel is full.

Aliased Type§

pub struct BoundedTimerWheel { /* private fields */ }