Interface | Description |
---|---|
ExecutorProvider |
Interface defining class that provides selected executor implementation.
|
Class | Description |
---|---|
SingleThreadExecutorProvider |
Creates an Executor that uses a single worker thread operating
off an unbounded queue.
|