future 0.1.3

future with continuations for Rust
docs.rs failed to build future-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

future-rs

Shareable asynchronous result (like C++ std::future) with continuation for Rust. Wait free promise::resolve and future::{then, map, flat_map}. Also future::get if resolved already