Expand description
Defines the WaitTimer trait and holds MAX_WAIT_DURATION const.
Constants§
- MAX_
WAIT_ DURATION - The maximum duration allowed on
WaitTimer, which is one week.
Traits§
- Wait
Timer - Represents structs that can be waited of for a given duration. Functionaly
equivalent to
std::thread::sleep.