0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-16 22:59:02 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Richard van der Hoff
903d11c43a
Add DeferredCache.get_immediate method (#8568)
* 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
2020-10-19 15:00:12 +01:00