rust-lang / futures-rs

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

FuturesUnordered: Fix clear implementation #2809

Closed taiki-e closed 10 months ago

taiki-e commented 10 months ago

Fixes #2529

https://github.com/rust-lang/futures-rs/issues/2781 is maybe related to this bug.