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

Add barrier concept to autowiring::parallel #783

Merged
merged 1 commit into from
Oct 15, 2015
Merged

Conversation

codemercenary
Copy link
Contributor

There are cases, especially when dealing with lambdas that do not return anything, where the user doesn't care to iterate over each available item and just wants to return when everything currently outstanding is completed.

There are cases, especially when dealing with lambdas that do not return anything, where the user doesn't care to iterate over each available item and just wants to return when everything currently outstanding is completed.
@codemercenary codemercenary added this to the v0.7.6 milestone Oct 15, 2015
@veronicaz41
Copy link
Contributor

:shipit:

veronicaz41 pushed a commit that referenced this pull request Oct 15, 2015
Add `barrier` concept to autowiring::parallel
@veronicaz41 veronicaz41 merged commit 3605a88 into develop Oct 15, 2015
@veronicaz41 veronicaz41 deleted the feature-barrier branch October 15, 2015 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants