Class ProduceExecuteConsume

  • All Implemented Interfaces:
    ExecutionStrategy

    public class ProduceExecuteConsume
    extends java.lang.Object
    implements ExecutionStrategy

    A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.