Module azure_core::sleep

source ·

Structs§

Functions§

  • 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.