Module async_speed_limit::clock
source · Expand description
Clocks
Structs
- A
Clockwhere the passage of time can be manually controlled. - The future returned by
ManualClock::sleep(). - Number of nanoseconds since an arbitrary epoch.
- The physical clock using
std::time::Instant.
Traits
- A
BlockingClockis aClockwhich supports synchronous sleeping. - A
Clockcontrols the passing of time.