Expand description
Async control flow utilities: retry, semaphore, and timeout helpers.
Enums§
- Async
Control Error - 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.