Type Alias futures_intrusive::timer::LocalTimerService
source · pub type LocalTimerService = GenericTimerService<NoopLock>;
Expand description
A GenericTimerService
implementation which is not thread-safe.
Aliased Type§
struct LocalTimerService { /* private fields */ }