|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectResult | |
|---|---|
| groovyx.gpars.dataflow | This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. |
| Uses of SelectResult in groovyx.gpars.dataflow |
|---|
| Methods in groovyx.gpars.dataflow that return SelectResult | |
|---|---|
SelectResult<T> |
Select.call()
Selects a value from a single randomly chosen input channel, which has a value available for read. |
SelectResult<T> |
Select.call(java.util.List<java.lang.Boolean> mask)
Selects a value from a single randomly chosen input channel, which has a value available for read. |
SelectResult<T> |
Select.prioritySelect()
Selects a value from a single input channel, which has a value available for read. |
SelectResult<T> |
Select.prioritySelect(java.util.List<java.lang.Boolean> mask)
Selects a value from a single input channel, which has a value available for read. |
SelectResult<T> |
Select.select()
Selects a value from a single randomly chosen input channel, which has a value available for read. |
private SelectResult<T> |
Select.select(int startIndex,
java.util.List<java.lang.Boolean> mask)
Invokes the internal select base with a SelectRequest instance ensuring the current thread can continue returning the correct value, once a value has been selected |
SelectResult<T> |
Select.select(java.util.List<java.lang.Boolean> mask)
Selects a value from a single randomly chosen input channel, which has a value available for read. |
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||