pub type FlexTimerWheel = Wheel<FlexVirtual<Instant, B256>>;
Type alias for a timer wheel using inline storage with heap fallback.
pub struct FlexTimerWheel { /* private fields */ }