Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.59.0rc1 | David Robertson | 2022-05-10 | 1 | -1/+0 |
| | |||||
* | Implement cancellation support/protection for module callbacks (#12568) | Sean Quah | 2022-05-09 | 1 | -0/+1 |
There's no guarantee that module callbacks will handle cancellation appropriately. Protect module callbacks with read semantics from cancellation and avoid swallowing `CancelledError`s that arise. Other module callbacks, such as the `on_*` callbacks, are presumed to live on code paths that involve writes and aren't cancellation-friendly. These module callbacks have been left alone. Signed-off-by: Sean Quah <seanq@element.io> |