This crate is deprecated in favor of futures.
Eventual provides a Future & Stream abstraction for Rust as well as a number of computation builders to operate on them.
To use Eventual
, first add this to your Cargo.toml
:
[dependencies.eventual]
git = "https://github.com/carllerche/eventual"
Then, add this to your crate root:
extern crate eventual;