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

Scheduler.isDisposed() only true for disposed instances #3243

Merged
merged 1 commit into from
Oct 21, 2022

Commits on Oct 21, 2022

  1. Scheduler.isDisposed() only true for disposed instances

    Some schedulers for optimization purposes started in a state
    which was considered as disposed (Scheduler#isDisposed()).
    This change affects only BoundedElasticScheduler as it was
    the last one which behaved this way.
    This is a change of behavior, however one which was not documented.
    chemicL committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    baf923b View commit details
    Browse the repository at this point in the history