Package | Description |
---|---|
groovyx.gpars.dataflow.impl |
Modifier and Type | Class and Description |
---|---|
class |
GuardedSelectRequest<T>
The base implementation of the SelectRequest interface, providing a useful default masking (guarding) functionality.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<SelectRequest<T>> |
SelectBase.pendingRequests
Unsatisfied requests for value, each holding a list of guards and a routine to invoke once a value is available
|
Modifier and Type | Method and Description |
---|---|
void |
SelectBase.doSelect(int startIndex,
SelectRequest<T> selectRequest)
Invoked whenever the Select is asked for the next value.
|