summary refs log tree commit diff
path: root/synapse/util/cancellation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generalise the `@cancellable` annotation so it can be used on functions ↵reivilibre2022-08-311-0/+56
other than just servlet methods. (#13662)