futures_intrusive::timer

Type Alias LocalTimerService

Source
pub type LocalTimerService = GenericTimerService<NoopLock>;
Expand description

A GenericTimerService implementation which is not thread-safe.

Aliased Typeยง

struct LocalTimerService { /* private fields */ }