Package | Description |
---|---|
groovyx.gpars.dataflow |
This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads.
|
groovyx.gpars.dataflow.operator |
This package holds classes representing operators and channels necessary for full dataflow concurrency.
|
groovyx.gpars.group |
Modifier and Type | Method and Description |
---|---|
static Select<?> |
Dataflow.select(java.util.List<SelectableChannel> channels)
Creates a select using the default dataflow parallel group.
|
static Select<?> |
Dataflow.select(SelectableChannel<?>... channels)
Creates a select using the default dataflow parallel group.
|
Modifier and Type | Field and Description |
---|---|
protected Select |
DataflowSelector.select |
Modifier and Type | Method and Description |
---|---|
Select |
PGroup.select(java.util.List<SelectableChannel> channels)
Creates a select using the current parallel group.
|
Select |
PGroup.select(SelectableChannel... channels)
Creates a select using the current parallel group.
|