Uses of Package
groovyx.gpars.scheduler

Packages that use groovyx.gpars.scheduler
groovyx.gpars.agent   
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.stream   
groovyx.gpars.group   
groovyx.gpars.scheduler This package holds thread pools / schedulers used by actors and dataflow concurrency. 
groovyx.gpars.util Various utility classes enhancing basic Java concurrency constructs. 
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.agent
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.dataflow
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.dataflow.stream
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.group
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.scheduler
DefaultPool
          Represents the actors' thread pool, which performs tasks on behalf of the actors.
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.util
Pool
          Represents an actor's thread pool
 


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