Skip to main content

Module async_control

Module async_control 

Source
Expand description

Async control flow utilities: retry, semaphore, and timeout helpers.

Enums§

AsyncControlError
Error type for async control operations.

Functions§

retry_fixed_delays
Generic retry helper with fixed delays.
with_permit_and_timeout
Generic helper that acquires a semaphore permit and wraps an operation in a timeout.