Skip to content

Iterate over Stream processes concurrently #325

Answered by svartalf
depombo asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on your use-case you might want to use one of the TryStreamExt trait methods, namely try_for_each_concurrent or try_buffer_unordered, for example.

While I prefer not to spend time on writing more newcomers-friendly documentation here (it is mostly out of scope and I do not have enough free time to do that), any PRs with more examples are more then welcomed!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@depombo
Comment options

Answer selected by svartalf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants