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

Minor improvements to `All` and `Any` adapters #2782

Closed cstyles closed 9 months ago

cstyles commented 9 months ago

I found a few things in the implementation for these adapters that I thought could be improved while adding TryAll and TryAny.