ExecutorSupplierpublic class DefaultExecutorSupplier extends java.lang.Object implements ExecutorSupplier
| Modifier and Type | Method | Description |
|---|---|---|
java.util.concurrent.Executor |
forBackgroundTasks() |
|
DownloadExecutor |
forDownloadTasks() |
|
java.util.concurrent.Executor |
forMainThreadTasks() |
public DownloadExecutor forDownloadTasks()
forDownloadTasks in interface ExecutorSupplierpublic java.util.concurrent.Executor forBackgroundTasks()
forBackgroundTasks in interface ExecutorSupplierpublic java.util.concurrent.Executor forMainThreadTasks()
forMainThreadTasks in interface ExecutorSupplier