Module time

Module time 

Source

Structs§

SpinSleeper
A sleeper that calls spin_sleep::sleep()
StdSleeper
A sleeper that calls std::thread::sleep()

Traits§

AsyncSleeper
A trait to abstract an asynchronous sleep function
Instant
A trait to abstract a temporal instant
Sleeper
A trait to abstract a sleep function