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