All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractTask Skeletal implementation of a statefulTask.AbstractTimer Skeletal implementation of a statefulTimer.Call<T> Handle used to eventually complete an asynchronous operation by invoking aContinuation.Clock Hashed wheel timerSchedule.ConcurrentTrancheQueue<T> Cont<T> Continuation of an asynchronous operation.ContException Conts Factory functions forContinuation combinators.Preemptive Function interface that callers can optionally invoke concurrently.PullContext<T> PullRequest<T> PushRequest<T> Schedule Timetable for executing timers at their scheduled times.ScheduleException Thrown when aScheduleencounters an error.Stage An execution context in which to schedule tasks, create continuation calls, and set timers.StageClock Sync<T> AContinuation whose completion can be synchronously awaited.SyncException Thrown when awaiting aSynccontinuation times out.Task StatefulTaskFunctionto invoke as a sequential process on a concurrent executionStage, with lifecycle callbacks, and aTaskContextfor self-management.TaskContext TaskException Thrown when performing an invalid operation on aTaskFunction.TaskFunction Function to invoke as a sequential process on a concurrent executionStage.TaskRef External handle to aTaskFunctionbound to an executionStage.Theater Stagethat executes timers, tasks, and continuations on aForkJoinPool.Timer StatefulTimerFunctionto invoke at a scheduled time, with lifecycle callbacks, and aTimerContextfor self-management.TimerContext TimerException Thrown when performing an invalid operation on aTimerFunction.TimerFunction Function to invoke at a scheduled time.TimerRef External handle to aTimerFunctionbound to aSchedule.