|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectRequest | |
---|---|
groovyx.gpars.dataflow.impl |
Uses of SelectRequest in groovyx.gpars.dataflow.impl |
---|
Classes in groovyx.gpars.dataflow.impl that implement SelectRequest | |
---|---|
class |
GuardedSelectRequest<T>
The base implementation of the SelectRequest interface, providing a useful default masking (guarding) functionality. |
Fields in groovyx.gpars.dataflow.impl with type parameters of type SelectRequest | |
---|---|
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 |
Methods in groovyx.gpars.dataflow.impl with parameters of type SelectRequest | |
---|---|
void |
SelectBase.doSelect(int startIndex,
SelectRequest<T> selectRequest)
Invoked whenever the Select is asked for the next value. |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |