rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.31k stars 609 forks source link

Feature request: impl std::iter::Extend<Fut> for FuturesUnordered #2814

Closed allsey87 closed 7 months ago

allsey87 commented 7 months ago

The title pretty much summarises it. It would be nice if FuturesUnordered would support the Extend trait.

allsey87 commented 7 months ago

Sorry, I should have checked more carefully