Docs.rs
  • backoff-0.4.0
    • backoff 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ihrwein
    • Dependencies
      • async-std ^1.9 normal optional
      • futures-core ^0.3.8 normal optional
      • getrandom ^0.2 normal
      • instant ^0.1 normal
      • pin-project-lite ^0.2.7 normal optional
      • rand ^0.8 normal
      • tokio ^1.0 normal optional
      • async-std ^1.6 dev
      • futures-executor ^0.3 dev
      • reqwest ^0.11 dev
      • tokio ^1.0 dev
    • Versions
    • 75% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

backoff0.4.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • SystemClock
  • backoff::Constant
  • backoff::Stop
  • backoff::Zero
  • exponential::ExponentialBackoff
  • exponential::ExponentialBackoffBuilder
  • future::Retry

Enums

  • Error

Traits

  • Clock
  • Notify
  • backoff::Backoff
  • future::Sleeper

Functions

  • future::retry
  • future::retry_notify
  • retry
  • retry_notify

Type Aliases

  • ExponentialBackoff
  • ExponentialBackoffBuilder

Constants

  • default::INITIAL_INTERVAL_MILLIS
  • default::MAX_ELAPSED_TIME_MILLIS
  • default::MAX_INTERVAL_MILLIS
  • default::MULTIPLIER
  • default::RANDOMIZATION_FACTOR