Groovy Documentation

Package gpars.actor

 

Class Summary
AbstractPooledActor AbstractPooledActor provides the default Actor implementation.
Actor Actors are active objects, which borrow a thread from a thread pool.
Actor.MyRemoteHandle
Actor.RemoteActor
Actor.RemoteActor.StopActorMsg
Actor.RemoteActor.TerminateActorMsg
ActorMessage An internal representation of received messages holding both the original message plus the sender actor reference.
Actors Provides handy helper methods to create pooled actors and customize the underlying thread pool.
DefaultPooledActor Default non-abstract AbstractPooledActor subclass for use in e.g. mixins.
DynamicDispatchActor A pooled actor allowing for an alternative structure of the message handling code.
ReactiveActor An actor representing a reactor.
 


Groovy Documentation