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

Make ObservableDeferred.observe() always return deferred. #6291

Merged
merged 3 commits into from
Oct 30, 2019

Commits on Oct 30, 2019

  1. Make ObservableDeferred.observe() always return deferred.

    This makes it easier to use in an async/await world.
    
    Also fixes a bug where cache descriptors would occaisonally return a raw
    value rather than a deferred.
    erikjohnston committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    326b3da View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1de2818 View commit details
    Browse the repository at this point in the history
  3. Clarify docstring

    erikjohnston committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6e67740 View commit details
    Browse the repository at this point in the history