Skip to content

Avoid silencing exceptions thrown by worker threads

vlorentz requested to merge exception into master

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