-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Propagate results and errors to task awaiters in ptaskgroup #44
feat: Propagate results and errors to task awaiters in ptaskgroup #44
Conversation
* This allows the caller can await and handle exceptions in the task if they want to, beside the persistent task group's owne exception handler.
Codecov Report
@@ Coverage Diff @@
## main #44 +/- ##
==========================================
- Coverage 65.96% 65.54% -0.43%
==========================================
Files 16 16
Lines 1281 1306 +25
==========================================
+ Hits 845 856 +11
- Misses 436 450 +14
Continue to review full report at Codecov.
|
if they want to, beside the persistent task group's owne exception
handler.