Skip to main content

Module backoff

Module backoff 

Source

Structs§

BackoffConfig
Configuration for creating Backoff instances.

Enums§

Backoff
A stateful backoff strategy used to reduce CPU contention in busy-wait loops.
BackoffPolicy
Defines how the backoff duration scales after each failed attempt.

Functions§

handle_backoff