pub type BalancedWheelWithFailover<T> = BitWheelWithFailover<T, 4, 5, 16, 8, 23>;Expand description
Standard balanced with failover. 5ms resolution, ~23 hours. Hotspot: 128. Memory: ~200KB. Failover check: 115ms.
Aliased Typeยง
pub struct BalancedWheelWithFailover<T> { /* private fields */ }