Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
2.8.0-rc0
-
None
-
Fully Compatible
Description
Want to be able to detect if a thread threw a JS or C++ exception during its execution, without calling join() on the thread.
This will be used within the concurrency tests to avoid hanging, e.g. if there was a socket exception when spawning one of the worker threads.