| Interface | Description |
|---|---|
| Jobs.UserFunction<T,R> |
| Class | Description |
|---|---|
| AsyncStreamBuilder<T> |
An Async Stream Builder.
|
| JobContext |
A context for a
Jobs class. |
| Jobs<P> |
API for a multithreading tasks.
|
| MultiJob<P> |
A multithreading task runner
|
| ParallelJob<P> |
A multithreading task runner
Before using this class, make sure the target JRE contains a JDK-8224620 fix :
https://bugs.openjdk.java.net/browse/JDK-8224620 .
|
| Exception | Description |
|---|---|
| JobException | |
| Jobs.JobException |
An envelope for checked exceptions
|
| TimeoutException |
Copyright 2015, Pavel Ponec