futures-rs v0.3.2 Release Notes

Release Date: 2020-02-03 // about 4 years ago
    • ๐Ÿ‘Œ Improved buffering performance of SplitSink (#1969)
    • โž• Added select_biased! macro (#1976)
    • โž• Added hash_receiver method to mpsc channel (#1962)
    • โž• Added stream::try_unfold (#1977)
    • ๐Ÿ›  Fixed bug with zero-size buffers in vectored IO (#1998)
    • AtomicWaker::new() is now const fn (#2007)
    • ๐Ÿ›  Fixed bug between threadpool and user park/unparking (#2010)
    • โž• Added stream::Peakable::peek (#2021)
    • โž• Added StreamExt::scan (#2044)
    • โž• Added impl of AsyncRead/Write for BufReader/Writer (#2033)
    • โž• Added impl of Spawn and LocalSpawn for Arc<impl Spawn and Rc<impl Spawn> (#2039)
    • ๐Ÿ›  Fixed Sync issues with FuturesUnordered (#2054)
    • โž• Added into_inner method for future::Ready (#2055)
    • โž• Added MappedMutexGuard API (#2056)
    • Mitigated starvation issues in FuturesUnordered (#2049)
    • Added TryFutureExt::map_ok_or_else (#2058)