[wip] Sketch of how shared tasks might work#303
[wip] Sketch of how shared tasks might work#303njsmith wants to merge 5 commits intopython-trio:mainfrom
Conversation
See python-triogh-266 This is surprisingly interesting and tricky.
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00000%) is below the target coverage (100.00000%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
====================================================
- Coverage 100.00000% 99.58999% -0.41001%
====================================================
Files 124 125 +1
Lines 18460 18536 +76
Branches 1216 1224 +8
====================================================
Hits 18460 18460
- Misses 0 76 +76
🚀 New features to boost your workflow:
|
|
One issue with this as currently written is that it uses We could mess around somehow trying to copy exceptions, but maybe it's better to do something simpler: if there's an error in a shared task, do |
See gh-266
This is surprisingly interesting and tricky.