-
Notifications
You must be signed in to change notification settings - Fork 61
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 Threaded parallel scheme #758
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #758 +/- ##
==========================================
- Coverage 93.44% 93.40% -0.04%
==========================================
Files 27 27
Lines 3416 3458 +42
==========================================
+ Hits 3192 3230 +38
- Misses 224 228 +4 ☔ View full report in Codecov by Sentry. |
So the issue is that |
There's still testing to be improved, but I think this is ready for basic usage. |
Closes #599
This is heading in the right direction:
Avoiding the various race conditions is a bit fiddly though.
TODOs