Package | Description |
---|---|
groovyx.gpars.dataflow |
This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads.
|
groovyx.gpars.dataflow.impl |
Class and Description |
---|
ResizeableCountDownLatch
CountDownLatch with the ability to change the number of waiting parties
|
SelectBase
The implementation of the core for all selects.
|
Class and Description |
---|
ResizeableCountDownLatch.Sync
Synchronization control For CountDownLatch.
|
SelectRequest
Represents a request for value from a select.
|