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

Implement improved when_all/wait_all #1278

Closed
hkaiser opened this issue Sep 26, 2014 · 1 comment · Fixed by #1279
Closed

Implement improved when_all/wait_all #1278

hkaiser opened this issue Sep 26, 2014 · 1 comment · Fixed by #1279

Comments

@hkaiser
Copy link
Member

hkaiser commented Sep 26, 2014

The when_all and wait_all facilities could be improved by employing techniques similar to dataflow, i.e. attach continuations only to one future at a time.

@hkaiser hkaiser added this to the 0.9.10 milestone Sep 26, 2014
@hkaiser hkaiser changed the title Implement improved when_all/when_all Implement improved when_all/wait_all Sep 27, 2014
hkaiser added a commit that referenced this issue Sep 28, 2014
…he new when_all. This fixes #1278: Implement improved when_all/wait_all
@hkaiser hkaiser modified the milestones: 0.9.9, 0.9.10 Sep 28, 2014
@K-ballo
Copy link
Member

K-ballo commented Sep 30, 2014

Looks good to me

hkaiser added a commit that referenced this issue Oct 1, 2014
…/wait_all)

(cherry picked from commit 44e9a3a)

Conflicts:
	hpx/lcos/when_all.hpp
hkaiser added a commit that referenced this issue Oct 1, 2014
…he new when_all. This fixes #1278: Implement improved when_all/wait_all

(cherry picked from commit 12968b8)
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.

2 participants