- All Known Subinterfaces:
MainStage
An execution context in which to schedule tasks, create continuation calls,
and set timers.
Stage is thread safe.-
Method Summary
Modifier and TypeMethodDescription<T> Call<T>Returns aCallthat completes thecontinuation.voidSchedules arunnablefor concurrent execution.task(TaskFunction task) Returns an uncuedTaskRefbound to thetask, which can later be used to cue thetask.