Module async_utils

Module async_utils 

Source
Expand description

Async utility functions.

Structs§

Debouncer
Debounce: Delays execution until no calls have been made for the specified duration.

Functions§

retry_async
Retry an async operation with exponential backoff.
sleep
Sleep for a specified duration (async).
sleep_ms
Sleep for a specified number of milliseconds (async).
sleep_secs
Sleep for a specified number of seconds (async).
timeout
Timeout wrapper for async operations.