Skip to main content

sleep

Function sleep 

Source
pub async fn sleep(duration: Duration)
Expand description

Sleep for the given duration.

  • Native: Uses tokio::time::sleep.
  • WASM: Uses gloo_timers::future::sleep.