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