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

[C++] Allow futures to be added as tasks to a TaskGroup #26191

Closed
Tracked by #26038
asfimport opened this issue Oct 5, 2020 · 0 comments
Closed
Tracked by #26038

[C++] Allow futures to be added as tasks to a TaskGroup #26191

asfimport opened this issue Oct 5, 2020 · 0 comments

Comments

@asfimport
Copy link

Once basic continuation support is in, if we can add futures to a task group, and a task group completion can be expressed as a future, then we can use task groups in such a way that they will not deadlock.

This task focuses on the ability to add a future to a task group instead of spawning a new task.

Reporter: Weston Pace / @westonpace

Note: This issue was originally created as ARROW-10184. Please see the migration documentation for further details.

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

No branches or pull requests

1 participant