[go: up one dir, main page]

tokio-retry 0.0.3

Extensible, asynchronous retry behaviours for futures/tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tokio-retry"
version = "0.0.3"
authors = ["Sam Rijs <srijs@airpost.net>"]
description = "Extensible, asynchronous retry behaviours for futures/tokio"
license = "MIT"
repository = "https://github.com/srijs/rust-tokio-retry"
documentation = "https://docs.rs/tokio-retry"
keywords = ["futures", "tokio", "retry", "backoff", "delay"]

[dependencies]
either = "1.0.3"
futures = "0.1.9"
rand = "0.3.15"
tokio-timer = "0.1.0"