[][src]Module adventure::retry

Re-exports

pub use self::backoff::ExponentialBackoff;

Modules

backoff
tokio

Structs

Retrial

Response for retry combinator.

RetryError

Errors encountered by the retrial operation.

Retrying

Request for retry combinator.

TokioTimer

Provides a delayed response using tokio_timer crate.

Traits

Backoff

Backoff is a backoff policy for retrying an operation.

RetriableRequest

A request able to decide to send itself again if the previous attempt has failed.

RetrialPredicate
Timer

Type Definitions

RetryingTokio