Class ProduceExecuteConsume

java.lang.Object
org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
All Implemented Interfaces:
ExecutionStrategy

public class ProduceExecuteConsume extends Object implements ExecutionStrategy

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