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.
 

Annotation Types Summary
AsyncFun This annotation makes a field or local variable as an asynchronous function, and the field/variable should be evaluated only within the context of a ThreadPool.
 

Package groovyx.gpars Description

This package holds classes for asynchronous collection processing.


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