Package | Description |
---|---|
com.jogamp.opencl.util.concurrent |
OpenCL multi device concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
CLCommandQueuePool.FinishAction |
CLCommandQueuePool.getFinishAction() |
static CLCommandQueuePool.FinishAction |
CLCommandQueuePool.FinishAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLCommandQueuePool.FinishAction[] |
CLCommandQueuePool.FinishAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CLCommandQueuePool.setFinishAction(CLCommandQueuePool.FinishAction action)
Sets the action which is run after every completed task.
|