[go: up one dir, main page]

futures 0.2.0

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Documentation
1
2
3
4
5
6
#![cfg_attr(feature = "nightly", feature(proc_macro, generators, pin))]

extern crate futures;

#[cfg(feature = "nightly")]
mod async_await;