futures-timer 0.1.1

Timeouts and intervals for futures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "futures-timer"
version = "0.1.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/futures-timer"
homepage = "https://github.com/alexcrichton/futures-timer"
documentation = "https://docs.rs/futures-timer"
description = """
Timeouts and intervals for futures.
"""

[dependencies]
futures = "0.1"