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 lazy RefCount operator for IObservables. #133

Merged
merged 1 commit into from
Jun 12, 2018
Merged

Add lazy RefCount operator for IObservables. #133

merged 1 commit into from
Jun 12, 2018

Commits on Jun 12, 2018

  1. Added lazy RefCount operator for IObservables. Lazy RefCount connects…

    … like RefCount but may delay disconnection. This is useful whenever a lot of connect/disconnect cycles are expected within a short timespan but with a significant overhead in connecting/disconnecting. Some unit tests have been added. Lazy RefCount has been excluded from methods that must be present for Qbservable as well. I leave it up to others to decide what Lazy RefCount means for Qbservable and whether there should be an implementation.
    danielcweber committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    6cc401f View commit details
    Browse the repository at this point in the history