Uses of Class
groovyx.gpars.actor.BlockingActor

Packages that use BlockingActor
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 BlockingActor in groovyx.gpars.actor
 

Methods in groovyx.gpars.actor that return BlockingActor
static BlockingActor Actors.blockingActor(java.lang.Runnable handler)
          Creates a new instance of BlockingActor, using the passed-in closure as the body of the actor's act() method.
 

Uses of BlockingActor in groovyx.gpars.actor.impl
 

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


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