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

Catching async exceptions in worker thread means it can't be cancelled #31

Open
mpickering opened this issue May 8, 2020 · 0 comments

Comments

@mpickering
Copy link
Owner

We probably do not want to use try in the worker thread. If something goes wrong here it is very bad and the whole program should just crash I think. The try is around wait as well which makes little sense, the wait will never throw an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant