ParTrace: Handle exceptions on worker threads
Previously exceptions on worker threads were swallowed and lead to a deadlock. Now an exception will kill the entire process.
Loading
Please register or sign in to comment
Previously exceptions on worker threads were swallowed and lead to a deadlock. Now an exception will kill the entire process.