[go: up one dir, main page]

futures-time 0.3.0

async time combinators
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod delay;
mod future_ext;
mod into_future;
mod relative_future;
mod timeout;

pub use delay::Delay;
pub use future_ext::FutureExt;
pub use into_future::IntoFuture;
pub use relative_future::Deadline;
pub use timeout::Timeout;