Package ej.util.concurrent
Utility classes commonly useful in concurrent programming.
-
Class Summary Class Description SingleThreadExecutor An executor that uses a single worker thread operating off an unbounded queue.
| Class | Description |
|---|---|
| SingleThreadExecutor |
An executor that uses a single worker thread operating off an unbounded queue.
|