Interface CLTask<C extends CLQueueContext,​R>


  • public interface CLTask<C extends CLQueueContext,​R>
    A task executed on a command queue.
    Author:
    Michael Bien
    • Method Detail

      • execute

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