See: Description
Class | Description |
---|---|
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 | Description |
---|---|
AsyncException |
This class wraps multiple exception, which occurred in concurrently run code inside one of the GParsExecutorsPoolUtil methods.
|
Annotation Type | Description |
---|---|
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.