Tagged Questions
3
votes
2answers
2k views
Raise unhandled exceptions in a thread in the main thread?
There are some similar questions, but none supply the answer I require.
If I create threads via threading.Thread, which then throw exceptions which are unhandled, those threads are terminated. I wish ...