summary refs log tree commit diff
path: root/changelog.d/8568.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.22.0rc1Erik Johnston2020-10-221-1/+0
|
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-0/+1
* 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