| Package | Description |
|---|---|
| com.badlogic.gdx.utils.async |
| Class and Description |
|---|
| AsyncResult
Returned by
AsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload. |
| AsyncTask
Task to be submitted to an
AsyncExecutor, returning a result of type T. |