Skip to content
Snippets Groups Projects
  • Richard van der Hoff's avatar
    903d11c4
    Add `DeferredCache.get_immediate` method (#8568) · 903d11c4
    Richard van der Hoff authored
    * 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
    903d11c4
    History
    Add `DeferredCache.get_immediate` method (#8568)
    Richard van der Hoff authored
    * 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