-
Feature Request
-
Resolution: Duplicate
-
Major
-
2.2.8, 2.2.9, 2.2.9.1, 2.3
-
None
Provide a (factory-based) way for devs to plug in their own thread pool implementations (probably based on util.concurrent's Executor).
This externalizes the creation of threads, so devs can for example place threads in their own thread groups.
There will be a default implementation