futures_intrusive::timer

Type Alias TimerService

Source
pub type TimerService = GenericTimerService<RawMutex>;
Expand description

A GenericTimerService implementation backed by parking_lot.

Aliased Typeยง

struct TimerService { /* private fields */ }