Skip to main content

FiredTimersVec

Type Alias FiredTimersVec 

Source
pub type FiredTimersVec = SmallVec<[TimerRegistration; 8]>;
Expand description

Collection type for fired timers.

Uses SmallVec to avoid heap allocation when few timers fire per poll. Size 8 covers most practical cases where timers fire in small batches.

Aliased Typeยง

pub struct FiredTimersVec { /* private fields */ }