PreciseWheel

Type Alias PreciseWheel 

Source
pub type PreciseWheel<T> = BitWheel<T, 4, 1, 16, 8>;
Expand description

Standard precise. 1ms resolution, ~4.7 hours. Hotspot: 128. Memory: ~200KB.

Aliased Typeยง

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