futures-rs
futures-rs copied to clipboard
Add try join all chunked
Added a chunked version of try join all.
Drives at most n Futures at a time, and then will return once all are completed, or returns early if any error just like try join all.
Thanks for the PR! What are the advantages of this over try_buffer_unordered and try_buffered?
Thanks for the PR! What are the advantages of this over try_buffer_unordered and try_buffered?
Sorry, I did not know they existed, they do seem to handle the use case I thought this covered.
If it is covered by an existing API, I'm going to close this in favor of that.
Thanks anyway for the PR!