anonymousland-synapse/synapse/push
Sean Quah 800ba87cc8
Refactor and convert Linearizer to async (#12357)
Refactor and convert `Linearizer` to async. This makes a `Linearizer`
cancellation bug easier to fix.

Also refactor to use an async context manager, which eliminates an
unlikely footgun where code that doesn't immediately use the context
manager could forget to release the lock.

Signed-off-by: Sean Quah <seanq@element.io>
2022-04-05 15:43:52 +01:00
..
__init__.py
action_generator.py
baserules.py Add an additional HTTP pusher + push rule tests. (#12188) 2022-03-11 08:45:26 -05:00
bulk_push_rule_evaluator.py Refactor and convert Linearizer to async (#12357) 2022-04-05 15:43:52 +01:00
clientformat.py Add an additional HTTP pusher + push rule tests. (#12188) 2022-03-11 08:45:26 -05:00
emailpusher.py
httppusher.py
mailer.py Un-revert Jinja2 fix (#12313) 2022-03-28 17:02:57 +00:00
presentable_names.py
push_rule_evaluator.py
push_tools.py
push_types.py
pusher.py
pusherpool.py
rulekinds.py