pub type DefaultSleeper = TokioSleeper;
Expand description
The default implementation of Sleeper
while feature tokio-sleep
enabled.
it uses tokio::time::sleep
.
Aliased Typeยง
pub struct DefaultSleeper;
pub type DefaultSleeper = TokioSleeper;
The default implementation of Sleeper
while feature tokio-sleep
enabled.
it uses tokio::time::sleep
.
pub struct DefaultSleeper;