Docs.rs
backoff-tower-0.1.3
backoff-tower 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jchevertonwynne
Dependencies
async-std ^1.12
normal
futures ^0.3
normal
pin-project-lite ^0.2
normal
tokio ^1.29
normal
tower ^0.4
normal
tokio ^1.29.1
dev
tower ^0.4.13
dev
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate backoff_tower
Version 0.1.3
All Items
Modules
Structs
Traits
?
Crate
backoff_tower
source
·
[
−
]
Modules
backoff_strategies
Structs
BackoffLayer
A layer that will reattempt to perform a service call based on a policy.
BackoffService
A service for the retrying of a call with back offs.
Traits
BackoffStrategy
A trait describing how long to backoff for each subsequent attempt