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

[wjwwood] feat(MultiThreadedExecutor): Added ability to handle exceptions from threads #2505

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Commits on Apr 13, 2024

  1. feat(MultiThreadedExecutor): Added ability to handle exceptions from …

    …threads
    
    This commit adds external exception handling for the worker threads,
    allowing application code to implement custom exception handling.
    
    feat(Executor): Added spin API with exception handler.
    
    
    Signed-off-by: Janosch Machowinski <[email protected]>
    Janosch Machowinski committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d3d36ab View commit details
    Browse the repository at this point in the history
  2. chore: Fixes for rebase

    Signed-off-by: Janosch Machowinski <[email protected]>
    Janosch Machowinski committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8e6c9e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fixups

    Signed-off-by: William Woodall <[email protected]>
    wjwwood committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    05a8b4c View commit details
    Browse the repository at this point in the history