diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-03-01 13:51:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 13:51:03 +0000 |
commit | 91bc15c772d22fbe814170ab2e0fdbfa50f9c372 (patch) | |
tree | d14ddf85fb4f98c4ce2eaf9d213fb8dc4afbe86d /changelog.d/12106.misc | |
parent | Order in-flight state group queries in biggest-first order (#11610) (diff) | |
download | synapse-91bc15c772d22fbe814170ab2e0fdbfa50f9c372.tar.xz |
Add `stop_cancellation` utility function (#12106)
Diffstat (limited to 'changelog.d/12106.misc')
-rw-r--r-- | changelog.d/12106.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12106.misc b/changelog.d/12106.misc new file mode 100644 index 0000000000..d918e9e3b1 --- /dev/null +++ b/changelog.d/12106.misc @@ -0,0 +1 @@ +Add `stop_cancellation` utility function to stop `Deferred`s from being cancelled. |