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