Expand description
Timer-related functionality.
Structs§
- Instant
- Instant represents a number of nanoseconds since some process-specific epoch.
- Polled
Timer - An asynchronous timer.
- Sleep
Futureimplementation forPolledTimer::sleepandPolledTimer::sleep_until.
Traits§
- Poll
Timer - A trait for polling timers.
- Timer
Driver - A trait for driving timers.