synapse/tests/util
Erik Johnston 83513b75f7
Speed up sliding sync by computing extensions in parallel (#17884)
The main change here is to add a helper function
`gather_optional_coroutines`, which works in a similar way as
`yieldable_gather_results` but takes a set of coroutines rather than a
function
2024-10-30 10:51:04 +00:00
..
caches
__init__.py
test_async_helpers.py Speed up sliding sync by computing extensions in parallel (#17884) 2024-10-30 10:51:04 +00:00
test_batching_queue.py
test_check_dependencies.py
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py
test_itertools.py
test_linearizer.py
test_logcontext.py
test_logformatter.py
test_lrucache.py
test_macaroons.py
test_ratelimitutils.py
test_retryutils.py
test_rwlock.py
test_stream_change_cache.py
test_stringutils.py
test_task_scheduler.py
test_threepids.py
test_treecache.py
test_wheel_timer.py