Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document join is concurrent but not parallel #2541

Open
elbaro opened this issue Dec 25, 2021 · 2 comments
Open

Document join is concurrent but not parallel #2541

elbaro opened this issue Dec 25, 2021 · 2 comments
Labels

Comments

@elbaro
Copy link

elbaro commented Dec 25, 2021

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

@akauppi
Copy link

akauppi commented Mar 14, 2024

This entry (from 2021) refers to Tokio, but this repo is futures-rs. Perhaps these were closer at that point, but currently I think this could be closed?

@elbaro
Copy link
Author

elbaro commented Apr 1, 2024

This issue is about futures-rs. The link is an example of how Tokio documented tokio::join!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants