summary refs log tree commit diff
path: root/changelog.d/12468.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `delay_cancellation` to accept any awaitable (#12468)Sean Quah2022-04-221-0/+1
This will mainly be useful when dealing with module callbacks, which are all typed as returning `Awaitable`s instead of coroutines or `Deferred`s. Signed-off-by: Sean Quah <seanq@element.io>