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