Skip to content

jsgf/promising-future

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promising Future

Build Status Crates.io Coverage Status

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.

About

Another Promise/Future library for Rust

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages