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

Support no-return parallel entries #696

Merged
merged 2 commits into from
Jul 31, 2015
Merged

Support no-return parallel entries #696

merged 2 commits into from
Jul 31, 2015

Conversation

codemercenary
Copy link
Contributor

This allows lambdas that have no return type to be added to the parallel collection, and have their completion status be tracked the same way.

Fixes #687

@codemercenary codemercenary added this to the v0.7.2 milestone Jul 30, 2015
This allows lambdas that have no return type to be added to the parallel collection, and have their completion status be tracked the same way.

Fixes #687
@codemercenary codemercenary force-pushed the feature-voidparallel branch from 065c612 to ad98823 Compare July 30, 2015 18:00
@jdonald
Copy link
Contributor

jdonald commented Jul 31, 2015

ParallelTest.VoidReturn passes, while the non-void tests e.g. ParallelTest.All still pass.

jdonald added a commit that referenced this pull request Jul 31, 2015
@jdonald jdonald merged commit 7871694 into develop Jul 31, 2015
@jdonald jdonald deleted the feature-voidparallel branch July 31, 2015 02:31
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