frugalos icon indicating copy to clipboard operation
frugalos copied to clipboard

Migrate to std::future

Open koba-e964 opened this issue 5 years ago • 0 comments

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.*)

koba-e964 avatar Jul 11 '19 13:07 koba-e964