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