Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add DeferredCache.get_immediate method #8568

Merged
merged 4 commits into from
Oct 19, 2020
Merged

Add DeferredCache.get_immediate method #8568

merged 4 commits into from
Oct 19, 2020

Commits on Oct 16, 2020

  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.
    richvdh committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ca6471c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4c842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1ba60 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    6f21d13 View commit details
    Browse the repository at this point in the history