JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.util.concurrent.CLCommandQueuePool< C extends CLQueueContext >.FinishAction Enum Reference

The action executed after a task completes. More...

Collaboration diagram for com.jogamp.opencl.util.concurrent.CLCommandQueuePool< C extends CLQueueContext >.FinishAction:

Public Attributes

 DO_NOTHING
 Does nothing, the task is responsible to make sure all computations have finished when the task finishes. More...
 
 FLUSH
 Flushes the queue on task completion. More...
 
 FINISH
 Finishes the queue on task completion. More...
 

Detailed Description

The action executed after a task completes.

Definition at line 277 of file CLCommandQueuePool.java.

Member Data Documentation

◆ DO_NOTHING

Does nothing, the task is responsible to make sure all computations have finished when the task finishes.

Definition at line 283 of file CLCommandQueuePool.java.

◆ FINISH

Finishes the queue on task completion.

Definition at line 294 of file CLCommandQueuePool.java.

◆ FLUSH

Flushes the queue on task completion.

Definition at line 288 of file CLCommandQueuePool.java.


The documentation for this enum was generated from the following file: