com.jogamp.opencl.util.concurrent
Interface CLTask<C extends CLQueueContext,R>


public interface CLTask<C extends CLQueueContext,R>

A task executed on a command queue.

Author:
Michael Bien

Method Summary
 R execute(C context)
          Runs the task on a queue and returns a result.
 

Method Detail

execute

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