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