-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc0
-
Component/s: Internal Code, JavaScript
-
None
-
Fully Compatible
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.