|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLTask | |
---|---|
com.jogamp.opencl.util.concurrent | OpenCL multi device concurrency utilities. |
Uses of CLTask in com.jogamp.opencl.util.concurrent |
---|
Methods in com.jogamp.opencl.util.concurrent with parameters of type CLTask | ||
---|---|---|
|
CLCommandQueuePool.submit(CLTask<? super C,R> task)
Submits this task to the pool for execution returning its Future . |
Method parameters in com.jogamp.opencl.util.concurrent with type arguments of type CLTask | ||
---|---|---|
|
CLCommandQueuePool.invokeAll(Collection<? extends CLTask<? super C,R>> tasks)
Submits all tasks to the pool for immediate execution (blocking) and returns their Future holding the result. |
|
|
CLCommandQueuePool.invokeAll(Collection<? extends CLTask<? super C,R>> tasks,
long timeout,
TimeUnit unit)
Submits all tasks to the pool for immediate execution (blocking) and returns their Future holding the result. |
|
|
CLCommandQueuePool.submitAll(Collection<? extends CLTask<? super C,R>> tasks)
Submits all tasks to the pool for execution and returns their Future . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |