mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 12:15:58 -05:00
9d11fee8f2
* 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