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