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

Release Date: 2018-11-27 // over 5 years ago
    • Revamped select! macro
    • Added select_next_some method for getting only the Some elements of a stream from select!
    • โž• Added futures::lock::Mutex for async-aware synchronization.
    • ๐Ÿ›  Fixed bug converting Pin<Box<_>> to StreamObj
    • ๐Ÿ‘Œ Improved performance of futures::channel
    • ๐Ÿ‘Œ Improved performance and documentation of Shared
    • โž• Add new method and more derives to the Compat type
    • Enabled spawning on a borrowed threadpool
    • Re-added join_all
    • โž• Added try_concat