try-again 0.2.2

Retry synchronous and asynchronous operations.
Documentation
1
2
3
4
5
6
7
mod exponential;
mod fixed;
mod none;

pub use exponential::ExponentialBackoff;
pub use fixed::Fixed;
pub use none::None;