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

Re-throw exceptions when racing threads #197

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

istathar
Copy link
Member

Updated the implementation of raceThreads to use waitThread internally so that exception handling (specifically re-throwing exceptions) is handled properly.

Closes #196.

@istathar istathar added the core-program Issues involving the Program type and command-line options & argument parsing label Jun 27, 2023
@istathar istathar self-assigned this Jun 27, 2023
@istathar istathar merged commit bb299b3 into aesiniath:main Jun 27, 2023
@istathar istathar deleted the fix-racing-threads branch June 27, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-program Issues involving the Program type and command-line options & argument parsing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-throw exceptions when racing threads
1 participant