Allow multiple threads in ProducerConsumer with python <= 3.7#6371
Allow multiple threads in ProducerConsumer with python <= 3.7#6371yarikoptic merged 1 commit intodatalad:masterfrom
Conversation
The new runner implementation allows for threads in ProducerConsumer in python versions < 3.8 because we do not use asyncio any longer in WitlessRunner
|
Code Climate has analyzed commit 01dec66 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## master #6371 +/- ##
==========================================
- Coverage 89.84% 89.82% -0.02%
==========================================
Files 331 331
Lines 43196 43230 +34
==========================================
+ Hits 38810 38833 +23
- Misses 4386 4397 +11
Continue to review full report at Codecov.
|
It makes sense then for the 3.7 versions. And it removes code that is no longer needed from 3.8 onwards |
|
Thank you @christian-monch ! |
The new runner implementation allows for threads in ProducerConsumer in python versions <= 3.7 because we
do not use asyncio any longer in the runner