Expand description
Clocks
Structs§
- Manual
Clock - A
Clock
where the passage of time can be manually controlled. - Manual
Delay - The future returned by
ManualClock
::sleep()
. - Nanoseconds
- Number of nanoseconds since an arbitrary epoch.
- Standard
Clock - The physical clock using
std::time::Instant
.
Traits§
- Blocking
Clock - A
BlockingClock
is aClock
which supports synchronous sleeping. - Clock
- A
Clock
controls the passing of time.