Interface Stage

    • Method Detail

      • task

        TaskRef task​(TaskFunction task)
        Returns an uncued TaskRef bound to the task, which can later be used to cue the task.
      • call

        <T> Call<T> call​(Cont<T> cont)
        Returns a Call that completes the continuation.
      • execute

        void execute​(Runnable runnable)
        Schedules a runnable for concurrent execution.
        Specified by:
        execute in interface Executor