ExtendedLightWheelWithFailover

Type Alias ExtendedLightWheelWithFailover 

Source
pub type ExtendedLightWheelWithFailover<T> = BitWheelWithFailover<T, 4, 16, 8, 16, 23>;
Expand description

Compact extended with failover. 16ms resolution, ~3 days. Hotspot: 128. Memory: ~100KB. Failover check: 368ms.

Aliased Typeยง

pub struct ExtendedLightWheelWithFailover<T> { /* private fields */ }