mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-06 02:45:25 -05:00
![Richard van der Hoff](/assets/img/avatar_default.png)
* Add `DeferredCache.get_immediate` method A bunch of things that are currently calling `DeferredCache.get` are only really interested in the result if it's completed. We can optimise and simplify this case. * Remove unused 'default' parameter to DeferredCache.get() * another get_immediate instance