|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataflowChannel | |
---|---|
groovyx.gpars.dataflow | This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. |
Uses of DataflowChannel in groovyx.gpars.dataflow |
---|
Classes in groovyx.gpars.dataflow that implement DataflowChannel | |
---|---|
class |
DataflowQueue<T>
Represents a thread-safe data flow stream. |
class |
DataflowVariable<T>
Represents a thread-safe single-assignment, multi-read variable. |
static class |
DataflowVariable.RemoteDataflowVariable<T>
|
class |
SyncDataflowQueue<T>
Represents a thread-safe synchronous data flow stream. |
class |
SyncDataflowVariable<T>
A synchronous variant of DataflowVariable, which blocks the writer as well as the readers. |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |