Type Definition futures_intrusive::timer::LocalTimerService
source · [−]pub type LocalTimerService = GenericTimerService<NoopLock>;Expand description
A GenericTimerService implementation which is not thread-safe.
pub type LocalTimerService = GenericTimerService<NoopLock>;A GenericTimerService implementation which is not thread-safe.