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