| Interface | Description |
|---|---|
| AsyncTask<T> |
Task to be submitted to an
AsyncExecutor, returning a result of type T. |
| Class | Description |
|---|---|
| AsyncExecutor |
Allows asnynchronous execution of
AsyncTask instances on a separate thread. |
| AsyncResult<T> |
Returned by
AsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload. |
| ThreadUtils |
Utilities for threaded programming.
|