Package | Description |
---|---|
groovyx.gpars.activeobject | |
groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
groovyx.gpars.dataflow.operator |
This package holds classes representing operators and channels necessary for full dataflow concurrency.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalActor
Backs active objects and invokes all object's active methods.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActor
The DefaultActor class is the base for all stateful actors, who need to maintain implicit state between subsequent message arrivals.
|
class |
DynamicDispatchActor
A pooled actor allowing for an alternative structure of the message handling code.
|
class |
ReactiveActor
An actor representing a reactor.
|
class |
StaticDispatchActor<T>
Offers a statically dispatched and thus slightly faster alternative to the DynamicDispatchActor class.
|
Modifier and Type | Field and Description |
---|---|
private AbstractLoopingActor |
ActorTimerTask.actor |
Constructor and Description |
---|
ActorTimerTask(AbstractLoopingActor actor,
int id) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DataflowOperatorActor
An operator's internal actor.
|
(package private) class |
DataflowProcessorActor
A base actor class for operators' and selectors' actors
|
(package private) class |
DataflowSelectorActor
An selector's internal actor.
|
(package private) class |
ForkingDataflowOperatorActor
An operator's internal actor.
|
(package private) class |
ForkingDataflowSelectorActor
An selector's internal actor.
|