Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
4185 commits behind the upstream repository.
user avatar
Sean Quah authored
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: default avatarSean Quah <seanq@element.io>
800ba87c
History