Crate futures_v01x [] [src]

Re-exports

pub extern crate futures;
pub use futures::*;

Macros

task_local

A macro to create a static of type LocalKey

try_ready

A macro for extracting the successful type of a Poll<T, E>.