MatrixSynapse/synapse/storage
Sean Quah a50fb411b3
Update `delay_cancellation` to accept any awaitable (#12468)
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>
2022-04-22 18:20:06 +01:00
..
databases Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
engines
schema
util Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
__init__.py
_base.py
background_updates.py
database.py Update `delay_cancellation` to accept any awaitable (#12468) 2022-04-22 18:20:06 +01:00
keys.py
persist_events.py
prepare_database.py
purge_events.py
push_rule.py
roommember.py
state.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
types.py