| Name | Description | Type | Package | Framework |
| ExecuteProduceConsume | A strategy where the thread calls produce will always run the resulting task itself. | Class | org.eclipse.jetty.util.thread.strategy | Jetty |
| ProduceConsume | A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution. | Class | org.eclipse.jetty.util.thread.strategy | Jetty |
| ProduceExecuteConsume | A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution. | Class | org.eclipse.jetty.util.thread.strategy | Jetty |