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

Release Date: 2018-12-27 // over 5 years ago
    • Updated to newly stabilized versions of the pin and arbitrary_self_types features.
    • Re-added select_all for streams.
    • Added TryStream::into_async_read for converting from a stream of bytes into an AsyncRead.
    • ๐Ÿ“Š Added try_poll_next_unpin.
    • ๐Ÿ‘ Rewrote select! as a procedural macro for better error messages
    • ๐Ÿ”ฆ Exposed join_all from the facade