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

parallel::begin exception behavior #688

Closed
codemercenary opened this issue Jul 29, 2015 · 0 comments
Closed

parallel::begin exception behavior #688

codemercenary opened this issue Jul 29, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@codemercenary
Copy link
Contributor

If a user attempts to call parallel::begin and the current context is not running, throw an exception.

@codemercenary codemercenary self-assigned this Jul 29, 2015
@codemercenary codemercenary added this to the v0.7.2 milestone Jul 29, 2015
codemercenary added a commit that referenced this issue Jul 29, 2015
It's easy to make this mistake--because the main thread is often the one making the call to begin, do not allow users to block on a call to `autowiring::parallel::begin` until after the context is started.

Fixes #688
codemercenary added a commit that referenced this issue Jul 30, 2015
It's easy to make this mistake--because the main thread is often the one making the call to begin, do not allow users to block on a call to `autowiring::parallel::begin` until after the context is started.

Fixes #688
codemercenary added a commit that referenced this issue Jul 30, 2015
It's easy to make this mistake--because the main thread is often the one making the call to begin, do not allow users to block on a call to `autowiring::parallel::begin` until after the context is started.

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

No branches or pull requests

1 participant