public class DefaultExecutorSupplier extends java.lang.Object implements ExecutorSupplier
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_NUM_THREADS |
| Constructor and Description |
|---|
DefaultExecutorSupplier() |
| Modifier and Type | Method and Description |
|---|---|
ANExecutor |
forImmediateNetworkTasks() |
java.util.concurrent.Executor |
forMainThreadTasks() |
ANExecutor |
forNetworkTasks() |
public ANExecutor forNetworkTasks()
forNetworkTasks in interface ExecutorSupplierpublic ANExecutor forImmediateNetworkTasks()
forImmediateNetworkTasks in interface ExecutorSupplierpublic java.util.concurrent.Executor forMainThreadTasks()
forMainThreadTasks in interface ExecutorSupplier