Crate retry [] [src]

Crate retry provides a function, retry, which runs an operation continuously until its return value satisfies a specific condition. The maximum number of times to try and the amount of time to wait between tries is configurable.

Structs

RetryError

An error indicating that a retry call failed.

Functions

retry

Invokes a function until a condition is satisfied.