azure_
core
0.20.0
Module sleep
Module Items
Structs
Functions
In crate azure_
core
azure_core
Module
sleep
Copy item path
source
Structs
§
Sleep
Functions
§
sleep
Creates a future that resolves after a specified duration of time. Uses a simple thread based implementation for sleep. A more efficient implementation is available by using the
tokio-sleep
crate feature.