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.ClockDef ConcurrentTrancheQueue<T> Cont<T> Continuation of an asynchronous operation.ContException DropException Used to trap a continuation when aPullRequestdrops.MainStage Stagethat can be started and stopped.Preemptive Function interface that callers can optionally invoke concurrently.PullContext<T> PullRequest<T> PushRequest<T> Schedule Timetable for executing timers at their scheduled times.ScheduleDef Marker interface for aScheduledefinition.ScheduleException Thrown when aScheduleencounters an error.SideStage Stagewrapper that prevents its underlying stage from being started and stopped.Stage An execution context in which to schedule tasks, create continuation calls, and set timers.StageClock StageDef Marker interface for aStagedefinition.Stay<T> Backpressure aware continuation.StayContext Source that can delay continuations.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.TheaterDef 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.