A B C D E F G H I M O P Q R S T V W

W

waitTillFinished() - Method in class paratask.runtime.TaskID
Blocks the current thread until the task finishes.
waitTillFinished() - Method in class paratask.runtime.TaskIDGroup
Waits for all the contained inner tasks to complete.
WorkStealingQueue<E> - Class in paratask.queues
An implementation of a work-stealing queue.
WorkStealingQueue() - Constructor for class paratask.queues.WorkStealingQueue
Create an empty WorkStealingQueue with maximum capacity and chunksize of 1.
WorkStealingQueue(int, int) - Constructor for class paratask.queues.WorkStealingQueue
Create an empty WorkStealingQueue with the specified capacity and chunksize.
WorkStealingQueue(Collection<? extends E>, int) - Constructor for class paratask.queues.WorkStealingQueue
Create a WorkStealingQueue that contains the specified collection of elements and specified chunksize.

A B C D E F G H I M O P Q R S T V W