public class SingleThreadExecutorProvider implements ExecutorProvider
Creates an Executor that uses a single worker thread operating off an unbounded queue.
Constructor and Description |
---|
SingleThreadExecutorProvider()
Creates an Executor that uses a single worker thread operating
off an unbounded queue.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Executor |
create()
Executor for IO operations.
|
create