Uses of Class
groovyx.gpars.actor.DefaultActor

Packages that use DefaultActor
groovyx.gpars.actor This package holds classes forming the public actor API. 
 

Uses of DefaultActor in groovyx.gpars.actor
 

Fields in groovyx.gpars.actor declared as DefaultActor
private  DefaultActor DefaultActorClosure.myActor
           
 

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

Constructors in groovyx.gpars.actor with parameters of type DefaultActor
DefaultActorClosure(DefaultActor actor)
           
 


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