Uses of Package
groovyx.gpars.actor.impl

Packages that use groovyx.gpars.actor.impl
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.stream   
 

Classes in groovyx.gpars.actor.impl used by groovyx.gpars.actor
MessageStream
          Represents a stream of messages and forms the base class for actors
ReplyingMessageStream
           
SequentialProcessingActor
          Deprecated. 
 

Classes in groovyx.gpars.actor.impl used by groovyx.gpars.actor.impl
ActorException
          Pooled actors need to simulate continuations to create stacktrace-less chunks of work (ActorActions) to assign to the threads from the pool.
MessageStream
          Represents a stream of messages and forms the base class for actors
MessageStream.RemoteMessageStream
           
ReplyingMessageStream
           
SequentialProcessingActor
          Deprecated. 
SequentialProcessingActor.Node
          Deprecated. Represents an element in the message queue.
SequentialProcessingActor.Reaction
          Deprecated. Buffers messages for the next continuation of an event-driven actor, handles timeouts and no-param continuations.
 

Classes in groovyx.gpars.actor.impl used by groovyx.gpars.dataflow
MessageStream
          Represents a stream of messages and forms the base class for actors
ReplyingMessageStream
           
SequentialProcessingActor
          Deprecated. 
 

Classes in groovyx.gpars.actor.impl used by groovyx.gpars.dataflow.stream
MessageStream
          Represents a stream of messages and forms the base class for actors
 


Copyright © 2008–2010 Václav Pech. All Rights Reserved.