summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-03-01 13:51:03 +0000
committerGitHub <noreply@github.com>2022-03-01 13:51:03 +0000
commit91bc15c772d22fbe814170ab2e0fdbfa50f9c372 (patch)
treed14ddf85fb4f98c4ce2eaf9d213fb8dc4afbe86d /changelog.d
parentOrder in-flight state group queries in biggest-first order (#11610) (diff)
downloadsynapse-91bc15c772d22fbe814170ab2e0fdbfa50f9c372.tar.xz
Add `stop_cancellation` utility function (#12106)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12106.misc1
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.