public class SerialExecutor extends Object implements Executor
The serial executor behaves semantically like a single-threaded executor, but multiplexes tasks on a shared thread pool, ensuring blocked threads in the shared thread pool don't block individual serial executors.
| Constructor and Description |
|---|
SerialExecutor(Executor parent) |