Uses of Class
groovyx.gpars.actor.impl.ReplyingMessageStream

Packages that use ReplyingMessageStream
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. 
 

Uses of ReplyingMessageStream in groovyx.gpars.actor
 

Subclasses of ReplyingMessageStream in groovyx.gpars.actor
 class BlockingActor
           
 

Uses of ReplyingMessageStream in groovyx.gpars.actor.impl
 

Subclasses of ReplyingMessageStream in groovyx.gpars.actor.impl
 class RunnableBackedBlockingActor
          Utility class to implement a blocking actor backed by any Runnable (including Closure)
 class SequentialProcessingActor
           
 


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