Interface IterationBody<T>

  • Type Parameters:
    T - the task input type

    public interface IterationBody<T>
    This interface defines the code snippet to be run in parallel.
    • Method Detail

      • run

        void run​(T item)
        Execute a (parallel) task.
        Parameters:
        item - the task input