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 will now wait for threads on shutdown #1137

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. scheduler will now wait for threads on shutdown

    Updated the scheduler helper to have the shutdown method block
    until the threads stop. This makes it easier for callers to
    ensure they are not competing with in-progress tasks while
    performing other shutdown work.
    brharrington committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8fb9bbf View commit details
    Browse the repository at this point in the history