futures-rs v0.1.8 Release Notes

Release Date: 2017-01-11 // over 7 years ago
    • ๐Ÿ›  Fix some race conditions in the Shared implementation
    • โž• Add Stream::take_while
    • ๐Ÿ›  Fix an unwrap in stream::futures_unordered
    • Generalize Stream::for_each
    • โž• Add Stream::chain
    • โž• Add stream::repeat
    • ๐Ÿ˜Œ Relax &mut self to &self in UnboundedSender::send