Eventual - Futures & Streams for Rust

Eventual provides a Future & Stream abstraction for Rust as well as a number of computation builders to operate on them.

Build Status

Usage

To use Eventual, first add this to your Cargo.toml:

toml [dependencies.eventual] git = "https://github.com/carllerche/eventual"

Then, add this to your crate root:

rust extern crate eventual;