BurstWheel

Type Alias BurstWheel 

Source
pub type BurstWheel<T> = BitWheel<T, 4, 5, 32, 8>;
Expand description

Standard burst. 5ms resolution, ~23 hours. Hotspot: 256. Memory: ~400KB.

Aliased Typeยง

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