#continuation #promise

yanked future

future with continuations for Rust

Uses old Rust 2015

0.1.3 Dec 4, 2015
0.1.2 Oct 14, 2015
0.1.1 Oct 11, 2015
0.1.0 Oct 9, 2015

#11 in #continuation

28 downloads per month

MIT license

13KB
288 lines

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

No runtime deps