Package | Description |
---|---|
groovyx.gpars |
This package holds classes for asynchronous collection processing.
|
Modifier and Type | Method and Description |
---|---|
static groovy.lang.Closure |
GParsPoolUtil.asyncFun(groovy.lang.Closure original,
FJPool pool)
Creates an asynchronous and composable variant of the supplied closure, which, when invoked returns a DataflowVariable for the potential return value
|
static groovy.lang.Closure |
GParsPoolUtil.asyncFun(groovy.lang.Closure original,
FJPool pool,
boolean blocking)
Creates an asynchronous and composable variant of the supplied closure, which, when invoked returns a DataflowVariable for the potential return value
|