public abstract class AsyncExecutionService
extends java.lang.Object
Constructor and Description |
---|
AsyncExecutionService() |
Modifier and Type | Method and Description |
---|---|
protected abstract <T> NonBlockingReadAction<T> |
buildNonBlockingReadAction(java.util.concurrent.Callable<T> computation) |
protected abstract ExpirableExecutor |
createExecutor(java.util.concurrent.Executor executor) |
protected abstract AppUIExecutor |
createUIExecutor(ModalityState modalityState) |
protected abstract AppUIExecutor |
createWriteThreadExecutor(ModalityState modalityState) |
protected abstract ExpirableExecutor createExecutor(java.util.concurrent.Executor executor)
protected abstract AppUIExecutor createUIExecutor(ModalityState modalityState)
protected abstract AppUIExecutor createWriteThreadExecutor(ModalityState modalityState)
protected abstract <T> NonBlockingReadAction<T> buildNonBlockingReadAction(java.util.concurrent.Callable<T> computation)