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