Package pt.runtime

Parallel Task runtime classes.

See:
          Description

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

Class Summary
AbstractTaskListener  
AbstractTaskPool  
CurrentTask Helper methods for the currently executing task.
GuiEdtTaskListener  
GuiThread  
GuiThreadAndroidDynamic  
GuiThreadSwing  
InteractiveThread  
ParaTask Helper methods for the ParaTask runtime.
ParaTaskHelper  
ParaTaskHelper.ClassGetter [This is only intended for internal use of the ParaTask compiler and runtime]
PipelineThread  
Slot  
SubstituteThread  
TaskID<E> A future object representing a task invocation.
TaskIDGroup<E> An extension of TaskID to contain multiple tasks.
TaskInfo Used to store certain information in order to invoke the task..
TaskpoolFactory  
TaskpoolFIFOWorkSharing  
TaskpoolLIFOWorkStealing There is no global queue, all tasks are placed on private queues in a round-robin fashion.
TaskpoolMixedScheduling  
TaskThread  
WorkerThread  
 

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

Exception Summary
ParaTaskExceptionGroup  
ParaTaskRuntimeException  
 

Package pt.runtime Description

Parallel Task runtime classes.