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

Fix deadlock in ProcessUtil #1457

Merged
merged 4 commits into from
Dec 19, 2023
Merged

Commits on Dec 19, 2023

  1. Fix deadlock in ProcessUtil

    Fixes #1420
    karolz-ms committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    548aa55 View commit details
    Browse the repository at this point in the history
  2. Use an event to signal startup completion

    This allows multiple event handlers to run concurrently
    karolz-ms committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    788cc35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17e05c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c90771e View commit details
    Browse the repository at this point in the history