- All Implemented Interfaces:
- Executor
public class SerialExecutor
extends Object
implements Executor
This executor below serializes the submission of tasks to a second executor, illustrating a composite executor.
From the Java Executor class documentation.
- Since:
- 7.2
- Author:
- Pierre Sutra