pub type FastBurstDualWheel<T> = DualBitWheel<T, 2, 25, 8, 4, 5, 32, 8>;Expand description
Fast periodic + Burst oneshot. Periodic: 25ms res, ~1.7 min. Oneshot: 5ms res, ~23 hrs, 2x hotspot.
Aliased Typeยง
pub struct FastBurstDualWheel<T> { /* private fields */ }