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