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