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

Add "createNotStarted" method that lazily creates context #3401

Merged

Commits on Sep 9, 2022

  1. Add "createNotStarted" method that lazily creates context

    Add another variant of "observation" method to delay the observation
    context creation.  When the registry is a no-op, it fast returns the
    no-op observation and skips calling the supplier.  This avoids the
    creation of the observation context.
    ttddyy committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c7b7cc8 View commit details
    Browse the repository at this point in the history