Class SerializedExecutor

java.lang.Object
org.eclipse.jetty.util.thread.SerializedExecutor
All Implemented Interfaces:
Executor

public class SerializedExecutor extends Object implements Executor
Ensures serial execution of submitted tasks.

An Executor that uses an internal SerializedInvoker to ensure that only one of the submitted tasks is running at any time.