Type Alias DefaultBlockingSleeper

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