Uses of Class
groovyx.gpars.scheduler.FJPool

Packages that use FJPool
groovyx.gpars This package holds classes for asynchronous collection processing. 
 

Uses of FJPool in groovyx.gpars
 

Methods in groovyx.gpars with parameters of type FJPool
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
 


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