Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw exceptions if the context isn't running during a call to begin()
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
- Loading branch information