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

Implement onUncaughtError event for thread pools #1777

Open
wants to merge 6 commits into
base: 8.3.0-Dev
Choose a base branch
from

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    318d5a2 View commit details
    Browse the repository at this point in the history
  2. Clean up event listener once all jobs are done.

    The `completed` variable is only set if the final job succeeds, but we want to clean up even if it fails.
    player-03 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e6bd610 View commit details
    Browse the repository at this point in the history
  3. Implement ThreadPool.onUncaughtError.

    This restores the behavior of `onError` to what it was in 8.1.0.
    player-03 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f797895 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    9b5e189 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    dcce96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a20ebe View commit details
    Browse the repository at this point in the history