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 compile-time and run-time switch for LazyObject notifications #1724

Merged
merged 4 commits into from
Jul 11, 2023

Conversation

lballabio
Copy link
Owner

This makes it possible to choose whether the default should be to forward only the first notification between recalculations (faster, can possibly miss some recalculations in some edge cases) or all notifications (safer, sometimes a lot slower).

Renamed to Default to avoid ambiguity with the top-level Settings
in the scope of derived classes.
@lballabio lballabio added this to the Release 1.31 milestone Jul 10, 2023
@coveralls
Copy link

Coverage Status

coverage: 71.884% (+0.003%) from 71.881% when pulling 42f30b5 on lazy-settings into fb7d713 on master.

@lballabio lballabio merged commit 343ee92 into master Jul 11, 2023
91 checks passed
@lballabio lballabio deleted the lazy-settings branch July 11, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants