Package | Description |
---|---|
groovyx.gpars |
This package holds classes for asynchronous collection processing.
|
groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
groovyx.gpars.util |
Various utility classes enhancing basic Java concurrency constructs.
|
Modifier and Type | Field and Description |
---|---|
private static GeneralTimer |
GParsPoolUtil.timer
Allows timeouts for async operations
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<GeneralTimer> |
GParsConfig.timers |
Modifier and Type | Method and Description |
---|---|
static GeneralTimer |
GParsConfig.retrieveDefaultTimer(java.lang.String name,
boolean daemon)
If a timer factory has been set, it will be used to create a timer.
|
Modifier and Type | Field and Description |
---|---|
protected static GeneralTimer |
Actor.timer
Timer holding timeouts for react methods
|
Modifier and Type | Method and Description |
---|---|
GeneralTimer |
TimerFactory.createTimer(java.lang.String name,
boolean daemon) |