public class ThreadPoolExecutorFactory extends java.lang.Object implements DependencyProvider.Factory<java.util.concurrent.ThreadPoolExecutor>
| Constructor and Description |
|---|
ThreadPoolExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ThreadPoolExecutor |
create()
Create new thread pools independent from the Android one.
|
@NonNull public java.util.concurrent.ThreadPoolExecutor create()
create in interface DependencyProvider.Factory<java.util.concurrent.ThreadPoolExecutor>