Skip to main content

Wheel

Type Alias Wheel 

Source
pub type Wheel<T> = TimerWheel<T>;
Expand description

A timer wheel backed by a growable slab.

Aliased Typeยง

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