summary refs log tree commit diff
path: root/synapse/util/async_helpers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run Black. (#5482)Amber Brown2019-06-201-17/+24
* Update docstring with correct return typeErik Johnston2019-05-151-1/+1
* Allow client event serialization to be asyncErik Johnston2019-05-141-0/+19
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* Make linearizer more quiet (#4507)Amber Brown2019-01-291-5/+5
* Fix incorrect logcontexts after a Deferred was cancelled (#4407)Richard van der Hoff2019-01-171-1/+3
* Replace custom DeferredTimeoutError with defer.TimeoutErrorErik Johnston2018-09-191-9/+3
* Run canceller first to allow it to generate correct errorErik Johnston2018-09-191-2/+5
* Update to use new timeout function everywhere.Erik Johnston2018-09-191-54/+19
* Fix timeout functionErik Johnston2018-09-151-1/+2
* Add an awful secondary timeout to fix wedged requestsErik Johnston2018-09-141-0/+51
* Merge branch 'rav/fix_linearizer_cancellation' into developRichard van der Hoff2018-08-101-43/+68
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-0/+415