mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-30 15:05:48 +00:00
get_success, enabling all native asyncio primitives. The remaining 106 defer.* calls are in: - async_helpers.py (old ObservableDeferred, gather_results functions that still use Deferreds) - Cache layer (deferred_cache.py, descriptors.py) - HTTP client/server (Twisted Protocol) - Context.py Twisted fallback paths (now dead code since HAS_TWISTED = False)