Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy Loading (toAsyncValue) support #1074

Closed
wants to merge 18 commits into from

Commits on Mar 27, 2019

  1. Configuration menu
    Copy the full SHA
    515a1ff View commit details
    Browse the repository at this point in the history
  2. respect scope semantics for async values and re-use logic between syn…

    …c/async, prevent onActivation from firing until lazy value is available
    parisholley committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    51f1f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbadb89 View commit details
    Browse the repository at this point in the history
  4. due to concurrency, race conditions can cause async to be invoked mor…

    …e than once (even though it is a singleton). removed support for onActivation and context access in order to keep internal code simple. in theory, the async call can happen at any time (or in-side multiple contexts), so conceptually we should not support access the current context
    parisholley committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    7aafcd9 View commit details
    Browse the repository at this point in the history
  5. lint fix

    parisholley committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    31d8e94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fced36 View commit details
    Browse the repository at this point in the history
  7. undoing type extraction

    parisholley committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6b27011 View commit details
    Browse the repository at this point in the history
  8. interface fix

    parisholley committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    227b0af View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

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

Commits on Mar 29, 2019

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

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    78f882e View commit details
    Browse the repository at this point in the history
  2. another bug fix

    parisholley committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    27e64d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    a9c9ff6 View commit details
    Browse the repository at this point in the history
  2. fix for default scope

    parisholley committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    42b55ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9251cd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. potential appveyor fix

    parisholley committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    e6fc8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c26792 View commit details
    Browse the repository at this point in the history