As is being done for the MiniMC worker threads for release 4.3.0, we should also ensure that worker threads in the factory thread pool do not leak threads. Rather, any exceptions should be transferred to the main thread via a std::exception_ptr and reraised there.
As is being done for the MiniMC worker threads for release 4.3.0, we should also ensure that worker threads in the factory thread pool do not leak threads. Rather, any exceptions should be transferred to the main thread via a
std::exception_ptrand reraised there.