Package pt.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.
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.
ParaTask.ThreadPoolType Enum representing the possible thread pool types that ParaTask supports.
 

Package pt.runtime Description

Parallel Task runtime classes.