summary refs log tree commit diff
path: root/tests/util/test_async_helpers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `stop_cancellation` utility function (#12106)Sean Quah2022-03-011-0/+45
|
* Improve exception handling for concurrent execution (#12109)Richard van der Hoff2022-03-011-2/+113
| | | | | | | | | | | | | | | * fix incorrect unwrapFirstError import this was being imported from the wrong place * Refactor `concurrently_execute` to use `yieldable_gather_results` * Improve exception handling in `yieldable_gather_results` Try to avoid swallowing so many stack traces. * mark unwrapFirstError deprecated * changelog
* ObservableDeferred: run observers in order (#11229)Richard van der Hoff2021-11-021-0/+173