| Class | Description |
|---|---|
| ExecuteProduceConsume |
A strategy where the thread that produces will always run the resulting task.
|
| ExecuteProduceConsume.Factory | |
| ExecutingExecutionStrategy |
Base class for strategies that need to execute a task by submitting it to an
Executor. |
| ProduceConsume |
A strategy where the caller thread iterates over task production, submitting each
task to an
Executor for execution. |
| ProduceConsume.Factory | |
| ProduceExecuteConsume |
A strategy where the caller thread iterates over task production, submitting each
task to an
Executor for execution. |
| ProduceExecuteConsume.Factory |
Copyright © 1995–2018 Webtide. All rights reserved.