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

A task executed on a command queue. More...

Inheritance diagram for com.jogamp.opencl.util.concurrent.CLTask< C extends CLQueueContext, R >:
Collaboration diagram for com.jogamp.opencl.util.concurrent.CLTask< C extends CLQueueContext, R >:

Public Member Functions

execute (C context)
 Runs the task on a queue and returns a result. More...
 

Detailed Description

A task executed on a command queue.

Author
Michael Bien

Definition at line 11 of file CLTask.java.

Member Function Documentation

◆ execute()

R com.jogamp.opencl.util.concurrent.CLTask< C extends CLQueueContext, R >.execute ( context)

Runs the task on a queue and returns a result.


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