Skip to main content

BoundedTimerPoller

Type Alias BoundedTimerPoller 

Source
pub type BoundedTimerPoller<S = Box<dyn Handler<Instant>>> = TimerPoller<S, BoundedSlab<WheelEntry<S>>>;
Expand description

Type alias for a bounded timer poller.

Aliased Typeยง

pub struct BoundedTimerPoller<S = Box<dyn Handler<Instant>>> { /* private fields */ }