mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
a50fb411b3
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>
2 lines
83 B
Plaintext
2 lines
83 B
Plaintext
Update `delay_cancellation` to accept any awaitable, rather than just `Deferred`s.
|