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

make co_await when_all(...) equivalent to co_await into_tuple(when_all(...)) #182

Closed
ericniebler opened this issue Feb 2, 2024 · 2 comments · Fixed by #184
Closed

make co_await when_all(...) equivalent to co_await into_tuple(when_all(...)) #182

ericniebler opened this issue Feb 2, 2024 · 2 comments · Fixed by #184
Labels

Comments

@ericniebler
Copy link
Collaborator

see also #53

@ericniebler
Copy link
Collaborator Author

More generally, any sender that sends more than one value should be treated as a sender of a tuple for the purposes of co_await.

@ericniebler
Copy link
Collaborator Author

See NVIDIA/stdexec#1234

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

Successfully merging a pull request may close this issue.

1 participant