Package groovyx.gpars

This package holds classes for asynchronous collection processing.

See:
          Description

Class Summary
DataFlowMessagingRunnable Represents a multi-argument Closure when using GPars dataflow operators and selectors through the Java API.
MessagingRunnable<T> Represents a single-argument Closure when using GPars agents, actors or dataflow concurrency through the Java API.
ReactorMessagingRunnable<T,V> Represents a single-argument Closure when using GPars ReactiveActors (reactors) through the Java API.
ThreadLocalPools Holds a thread-local stack of pools to allow for nested calls to ForkJoinPool.withPool() or GParsExecutorsPool.withPool()
 

Exception Summary
AsyncException This class wraps multiple exception, which occurred in concurrently run code inside one of the GParsExecutorsPoolUtil methods.
 

Package groovyx.gpars Description

This package holds classes for asynchronous collection processing.


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