Skip to main content

BoundedTimerInstaller

Type Alias BoundedTimerInstaller 

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

Type alias for a bounded timer installer.

Aliased Typeยง

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