| Interface | Description |
|---|---|
| WorkQueue.WorkUnitProcessor<T> |
A work unit processor.
|
| Class | Description |
|---|---|
| AutoCloseableExecutorService |
A ThreadPoolExecutor that can be used in a try-with-resources block.
|
| InterruptionChecker |
Check if this thread or any other thread that shares this InterruptionChecker instance has been interrupted or
has thrown an exception.
|
| SimpleThreadFactory |
Simple implementation of a thread factory.
|
| SingletonMap<K,V,E extends java.lang.Exception> |
A map from keys to singleton instances.
|
| WorkQueue<T> |
A parallel work queue.
|
| Exception | Description |
|---|---|
| SingletonMap.NewInstanceException |
Thrown when
SingletonMap.newInstance(Object, LogNode) throws an exception. |
| SingletonMap.NullSingletonException |
Thrown when
SingletonMap.newInstance(Object, LogNode) returns null. |