frugalos
frugalos copied to clipboard
Migrate to std::future
std::future::Future got stabilized in Rust 1.36.0. As we migrate to std::future, there is a big obstacle: futures 0.1 and std::future are not compatible. To overcome this, a compatibility layer is provided.
References
Compatibility Layer | Futures-rs https://rust-lang-nursery.github.io/futures-rs/blog/2019/04/18/compatibility-layer.html https://crates.io/crates/futures01 (this crate permanently tracks futures 0.1.*)