summary refs log tree commit diff
path: root/synapse/util/batching_queue.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add types to synapse.util. (#10601)reivilibre2021-09-101-1/+1
|
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-5/+3
|
* Fix up `BatchingQueue` (#10078)Erik Johnston2021-05-271-22/+48
| | | Fixes #10068
* Add a batching queue implementation. (#10017)Erik Johnston2021-05-211-0/+153