v.20.3Improvement

Signal Thread Termination to Pool on Exception

Signal termination of thread to the thread pool even if the thread has thrown exception #8736 (Ding Xiang Fei)
Signal thread termination to the thread pool even if the thread throws an exception.

Why it matters

This feature ensures that threads are properly signaled as terminated in the thread pool, even when they exit due to an exception. It improves thread pool reliability and resource management by correctly handling exceptional thread terminations.

How to use it

This behavior is integrated into the thread pool management internally and requires no additional configuration or user actions to enable.