futures-async-combinators 0.3.2

toy futures combinators
1
2
3
4
#![feature(async_closure, gen_future, generators)]

pub mod future;
pub mod stream;