| Interface | Description |
|---|---|
| ExceptionChainer<Z extends java.lang.Throwable> |
Chains an exception to desired type.
|
| Class | Description |
|---|---|
| ErrorDeliveryUtil | |
| Event<T extends java.lang.Throwable> |
An event can be set, cleared, or awaited, similar to Python's
threading.event. |
| Promise<V,T extends java.lang.Throwable> |
Represents promised data of the parameterized type
V and allows waiting on it. |