Skip to main content

Module traits

Module traits 

Source
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§

WaitTimer
Represents structs that can be waited of for a given duration. Functionaly equivalent to std::thread::sleep.