Avoid silencing exceptions thrown by worker threads
In order for exceptions to be re-thrown in the main thread, each task's result needs to be checked by a .get() call in the main thread.
Merge request reports
Activity
Filter activity
Please register or sign in to reply