Package | Description |
---|---|
groovyx.gpars.forkjoin |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FJWorker<T>
Represents a recursive task for the builder-style fork/join algorithm.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractForkJoinWorker<T>> |
AbstractForkJoinWorker.children
Stores the child workers
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractForkJoinWorker.forkOffChild(AbstractForkJoinWorker<T> child)
Forks a child task.
|