-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Call<T>call(Cont<T> cont)Returns aCallthat completes thecontinuation.voidexecute(Runnable runnable)Schedules arunnablefor concurrent execution.TaskReftask(TaskFunction task)Returns an uncuedTaskRefbound to thetask, which can later be used to cue thetask.
-
-
-
Method Detail
-
task
TaskRef task(TaskFunction task)
Returns an uncuedTaskRefbound to thetask, which can later be used to cue thetask.
-
-