async_sleep

Function async_sleep 

Source
pub(crate) async fn async_sleep(duration: Duration)
Expand description

Async sleep that works in both tokio and non-tokio (mock) contexts.