Uses of Package
groovyx.gpars.scheduler

Packages that use groovyx.gpars.scheduler
groovyx.gpars This package holds classes for asynchronous collection processing. 
groovyx.gpars.agent   
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.expression   
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
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
FJPool
          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.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.expression
Pool
          Represents an actor's thread pool
 

Classes in groovyx.gpars.scheduler used by groovyx.gpars.dataflow.operator
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–2012 Václav Pech. All Rights Reserved.