-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
By making the ThreadPoolTaskExecutor destructor call shutdown and join when necessary, it becomes possible to have shared ownership of a TaskExecutor, and simplifies cleanup of tests on errors.