futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

Document join is concurrent but not parallel

Open elbaro opened this issue 2 years ago • 2 comments

It should be documeneted in join, join3, join4, ..join5 that they are concurrently run not run in parallel, and how to run them in parallel.

https://docs.rs/tokio/latest/tokio/macro.join.html

elbaro avatar Dec 25 '21 03:12 elbaro