| Interface | Description |
|---|---|
| Callback<R,T> |
A simple 1-argument callback interface.
|
| Class | Description |
|---|---|
| Deferred<T> |
A thread-safe implementation of a deferred result for easy asynchronous
processing.
|
| Exception | Description |
|---|---|
| DeferredGroupException |
Exception used when one the
Deferreds in a group failed. |
| TimeoutException |
Exception thrown when there's a timeout.
|
| Error | Description |
|---|---|
| CallbackOverflowError |
Exception raised when too many callbacks are chained together.
|