13 releases
Uses old Rust 2015
0.2.4 | May 25, 2016 |
---|---|
0.2.3 | May 24, 2016 |
0.2.1 | Feb 28, 2016 |
0.1.7 | Feb 12, 2016 |
0.1.4 | Sep 29, 2015 |
#1720 in Asynchronous
665 downloads per month
Used in 2 crates
(via livesplit-hotkey)
44KB
600 lines
Promising Future
This crate implements Promise
s and Future
s, where a Future
represents an unknown value, and a Promise
determines what that
value is.
It also provides FutureStream
which allows multiple Future
s to be
waited on, yielding values as they become available.
While this could be seen as a "yet another" crate, the API both simpler and more general than other implementations of Futures, and more easily composable.
Documentation is available here.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~120KB