Package | Description |
---|---|
groovyx.gpars.activeobject | |
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.operator |
This package holds classes representing operators and channels necessary for full dataflow concurrency.
|
groovyx.gpars.group | |
groovyx.gpars.remote |
This package holds classes implementing the remote actors functionality.
|
groovyx.gpars.remote.message |
This package holds message classes for the remote actors implementation.
|
Class and Description |
---|
AbstractLoopingActor
Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages.
|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
Class and Description |
---|
AbstractLoopingActor
Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages.
|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
Actor.RemoteActor |
ActorMessage
An internal representation of received messages holding both the original message plus the sender actor reference.
|
ActorTimerTask
Represents an ongoing timeout
|
BlockingActor |
DefaultActor
The DefaultActor class is the base for all stateful actors, who need to maintain implicit state between subsequent message arrivals.
|
DynamicDispatchActor
A pooled actor allowing for an alternative structure of the message handling code.
|
Class and Description |
---|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
ActorMessage
An internal representation of received messages holding both the original message plus the sender actor reference.
|
BlockingActor |
StaticDispatchActor
Offers a statically dispatched and thus slightly faster alternative to the DynamicDispatchActor class.
|
Class and Description |
---|
AbstractLoopingActor
Wraps all actors that repeatedly loop through incoming messages and hold no implicit state between subsequent messages.
|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
StaticDispatchActor
Offers a statically dispatched and thus slightly faster alternative to the DynamicDispatchActor class.
|
Class and Description |
---|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
BlockingActor |
DefaultActor
The DefaultActor class is the base for all stateful actors, who need to maintain implicit state between subsequent message arrivals.
|
Class and Description |
---|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|
Class and Description |
---|
Actor
Actors are active objects, which borrow a thread from a thread pool.
|