futures-rs
futures-rs copied to clipboard
Feature Request: make FuturesUnordered splitable.
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.