diff options
Diffstat (limited to 'changelog.d/12180.misc')
-rw-r--r-- | changelog.d/12180.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12180.misc b/changelog.d/12180.misc new file mode 100644 index 0000000000..7a347352fd --- /dev/null +++ b/changelog.d/12180.misc @@ -0,0 +1 @@ +Add `delay_cancellation` utility function, which behaves like `stop_cancellation` but waits until the original `Deferred` resolves before raising a `CancelledError`. |