pub type DefaultBlockingSleeper = StdSleeper;
Expand description
The default implementation of Sleeper
while feature std-blocking-sleep
enabled.
it uses std::thread::sleep
.
Aliased Typeยง
pub struct DefaultBlockingSleeper;
pub type DefaultBlockingSleeper = StdSleeper;
The default implementation of Sleeper
while feature std-blocking-sleep
enabled.
it uses std::thread::sleep
.
pub struct DefaultBlockingSleeper;