Aditya Shastri
Results
1
issues of
Aditya Shastri
It seems that exceptions are caught and swallowed for a thread pool executor: https://github.com/facebook/folly/blob/53637452d07ff8c24a77d3f5f73bbe79af501ba3/folly/executors/ThreadPoolExecutor.cpp#L133. When I call `join` on the executor, is there a way to know whether a thread...