Class ProduceConsume

java.lang.Object
org.eclipse.jetty.util.thread.strategy.ProduceConsume
All Implemented Interfaces:
Runnable, ExecutionStrategy

public class ProduceConsume extends Object implements ExecutionStrategy, Runnable

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