public abstract class AbstractExecutionService extends Object implements ExecutionService
ExecutionService.Cancellable, ExecutionService.CloseableExecutor
Modifier and Type | Field and Description |
---|---|
static int |
MIN_CAPACITY |
Modifier and Type | Method and Description |
---|---|
ExecutionService.CloseableExecutor |
getConcurrentExecutor()
Get the concurrent execution service.
|
ExecutionService.CloseableExecutor |
getSerialExecutor()
Get a new, serial executor.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelDelayedTask, getMainExecutor, postDelayedOnExecutor
public static final int MIN_CAPACITY
@NonNull public ExecutionService.CloseableExecutor getSerialExecutor()
ExecutionService
getSerialExecutor
in interface ExecutionService
@NonNull public ExecutionService.CloseableExecutor getConcurrentExecutor()
ExecutionService
getConcurrentExecutor
in interface ExecutionService