promising-future

Another Promise/Future library for Rust

Downloads
100.5K
Stars
5

Promising Future

This crate implements Promises and Futures, where a Future represents an unknown value, and a Promise determines what that value is.

It also provides FutureStream which allows multiple Futures 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

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.