Print the traceback if something is raised during a ThreadPool run
Since we never reclaim finished tasks, exceptions raised during thread run are never seen. Add a runner call in between to display them.
Showing
Please register or sign in to comment