#wait-free #future #async

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

#6 in #std-future

Download history 1/week @ 2023-11-06 8/week @ 2023-11-20 19/week @ 2023-11-27 4/week @ 2023-12-11 8/week @ 2023-12-25 1/week @ 2024-01-08 4/week @ 2024-01-22 13/week @ 2024-01-29 4/week @ 2024-02-05 12/week @ 2024-02-12 93/week @ 2024-02-19

122 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