|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
DataflowMessagingRunnable | Represents a multi-argument Closure when using GPars dataflow operators and selectors through the Java API. |
GParsConfig | Enables to specify custom thread pools and timers to run GPars in hosted environments, such as GAE |
GParsPoolUtil | This class forms the core of the DSL initialized by GParsPool. |
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. |
This package holds classes for asynchronous collection processing.
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |