Interface ThreadPoolFactory
-
- All Superinterfaces:
Function<ThreadFactory,Executor>
- All Known Implementing Classes:
QueuelessThreadPoolFactory,ThreadPoolFactoryServiceConfigurator
public interface ThreadPoolFactory extends Function<ThreadFactory,Executor>
- Author:
- Paul Ferraro