A thread pool factory is primarily intended for cases where an object creates thread pools on demand, and another object or entity requires control over the configuration and thread priority, group, etc.
An implementation will typically use the factory methods defined by the {@link java.util.concurrent.Executors Executors} class to create thethread pool.
[[Note: JSR-203 creates this interface in {@code java.util.concurrent}]]
|
|
|
|