futures-rs v0.3.15 Release Notes

Release Date: 2021-05-11 // almost 3 years ago
    • ๐Ÿ‘‰ Use #[proc_macro] at Rust 1.45+ to fix an issue where proc macros don't work with rust-analyzer (#2407)
    • ๐Ÿ‘Œ Support targets that do not have atomic CAS on stable Rust (#2400)
    • โœ… futures-test: Add async #[test] function attribute (#2409)
    • โž• Add stream::abortable (#2410)
    • โž• Add FuturesUnordered::clear (#2415)
    • Implement IntoIterator for FuturesUnordered (#2423)
    • ๐Ÿ”€ Implement Send and Sync for FuturesUnordered iterators (#2416)
    • ๐Ÿ“Œ Make FuturesUnordered::iter_pin_ref public (#2423)
    • โž• Add SelectAll::clear (#2430)
    • โž• Add SelectAll::{iter, iter_mut} (#2428)
    • Implement IntoIterator for SelectAll (#2428)
    • ๐Ÿ‘ฏ Implement Clone for WeakShared (#2396)