| Interface | Description |
|---|---|
| IExecutor |
Reduced interface to mimic an ExecutorService.
|
| IFutureResult |
Reduced interface to mimic Future.
|
| IThreadFactory |
Reduced interface to mimic ThreadFactory.
|
| Class | Description |
|---|---|
| ExecutorAdapter |
An implementation for
IExecutor based on ThreadPoolExecutor |
| FutureResultAdapter |
A very reduced interface of
Future. |
| TestNGThread |
Custom named thread.
|
| ThreadUtil |
A helper class to interface TestNG concurrency usage.
|
| ThreadUtil.ThreadFactoryImpl |
| Exception | Description |
|---|---|
| ThreadExecutionException |
Wrapper exception for ExecutionExceptions.
|
| ThreadTimeoutException |
Exception used to signal a thread timeout.
|