Package groovyx.gpars.scheduler

This package holds thread pools / schedulers used by actors and dataflow concurrency.

See:
          Description

Interface Summary
Pool Represents an actor's thread pool
 

Class Summary
DefaultPool Represents the actors' thread pool, which performs tasks on behalf of the actors.
FJPool Represents the actors' thread pool, which performs tasks on behalf of the actors.
ForkJoinPoolEnhancer Enhanced the ForkJoinPool class with the resizing capability
ResizeablePool Represents the actors' thread pool, which performs tasks on behalf of the actors.
Scheduler Prototype of self-regulated thread pooled scheduler

Self regulation happened according to following rules - worker thread, which had nothing to do 10 seconds dies - if no tasks were taken for processing during last 0.5sec new worker starts

 

Package groovyx.gpars.scheduler Description

This package holds thread pools / schedulers used by actors and dataflow concurrency.


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