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 timeout-free Barrier variant #482

Merged
merged 1 commit into from Apr 2, 2015
Merged

Conversation

codemercenary
Copy link
Contributor

This Barrier variant is identical to the timed version, except that it does not time out.

This `Barrier` variant is identical to the timed version, except that it does not time out.
gtremper added a commit that referenced this pull request Apr 2, 2015
@gtremper gtremper merged commit 1584e54 into develop Apr 2, 2015
@gtremper gtremper deleted the feature-nowaitbarrier branch April 2, 2015 18:09
// At this point, the dispatch queue MUST be completely run down. We have no outstanding references
// to our stack-allocated "complete" variable. Furthermore, after m_aborted is true, no further
// dispatchers are permitted to be run.
throw autowiring_error("Dispatch queue was aborted while a barrier was invoked");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be dispatch_aborted_exception? If not, what's the difference?

gtremper added a commit that referenced this pull request Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants