public abstract class BaseTask
extends java.util.concurrent.CountedCompleter<java.lang.Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseTask.FinishTask |
static class |
BaseTask.FutureTask<R> |
| Constructor and Description |
|---|
BaseTask()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BaseTask.FinishTask |
ief()
Fetch the immediately enclosing finish of a task.
|
addToPendingCount, compareAndSetPendingCount, complete, compute, decrementPendingCountUnlessZero, exec, firstComplete, getCompleter, getPendingCount, getRawResult, getRoot, helpComplete, nextComplete, onCompletion, onExceptionalCompletion, propagateCompletion, quietlyCompleteRoot, setPendingCount, setRawResult, tryCompleteadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkpublic abstract BaseTask.FinishTask ief()