futures-rs v0.3.0-alpha.13 Release Notes

Release Date: 2019-02-21 // about 5 years ago
    • ⚡️ Updated to new nightly with stabilization candidate API.
    • ✂ Removed LocalWaker.
    • ➕ Added #[must_use] to Stream and Sink traits.
    • Enabled using !Unpin futures in JoinAll.
    • Added the try_join_all combinator.
    • Stopped closing a whole channel upon closing of one sender.
    • ✂ Removed TokioDefaultSpawner and tokio-compat.
    • 🚚 Moved intra-crate dependencies to exact versions.