Package | Description |
---|---|
groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
groovyx.gpars.actor.impl |
This package holds classes some non-public aspects of actor implementation.
|
groovyx.gpars.dataflow |
This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads.
|
groovyx.gpars.dataflow.expression | |
groovyx.gpars.serial |
This package holds classes used for actor identification in the network.
|
Modifier and Type | Class and Description |
---|---|
static class |
Actor.RemoteActor |
Modifier and Type | Class and Description |
---|---|
static class |
MessageStream.RemoteMessageStream |
Modifier and Type | Class and Description |
---|---|
static class |
DataflowVariable.RemoteDataflowVariable<T> |
Modifier and Type | Class and Description |
---|---|
class |
RemoteDataflowExpression<T> |
Modifier and Type | Method and Description |
---|---|
<T extends RemoteSerialized> |
WithSerialId.getRemoteClass()
Class of remote object to be created
|