You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
If a user attempts to call
parallel::begin
and the current context is not running, throw an exception.The text was updated successfully, but these errors were encountered: