Package paratask.runtime

Parallel Task runtime classes.

See:
          Description

Interface Summary
Reduction<E> Define a reduction of two items into one.
 

Class Summary
CurrentTask Helper methods for the currently executing task.
EventLoop Thread-specific event loop.
ParaTask Helper methods for the ParaTask runtime.
TaskID<E> A future object representing a task invocation.
TaskIDGroup<E> An extension of TaskID to contain multiple tasks.
 

Enum Summary
ParaTask.ScheduleType Enum representing the possible schedules that ParaTask supports.
 

Package paratask.runtime Description

Parallel Task runtime classes.