rust-lang / futures-rs

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

Feature Request: make FuturesUnordered splitable. #2836

Open thynson opened 4 months ago

thynson commented 4 months ago

There're some use case that we want hold the reference to FuturesUnordered on both read end and write end, however it's seems impossible to do so for now. Or maybe I'm missing something else that fit this purpose.