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

dataflow needs to hold onto futures passed to it #1336

Closed
hkaiser opened this issue Dec 22, 2014 · 0 comments · Fixed by #1337
Closed

dataflow needs to hold onto futures passed to it #1336

hkaiser opened this issue Dec 22, 2014 · 0 comments · Fixed by #1337

Comments

@hkaiser
Copy link
Member

hkaiser commented Dec 22, 2014

hpx::lcos::local::dataflow currently properly holds on only to future objects passed to it as single arguments. It does not hold on to futures passed to it as part of a future range. This is inconsistent and unexpected.

Note:hpx::when_all et.al. handle future ranges properly.

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

Successfully merging a pull request may close this issue.

1 participant