Package com.badlogic.gdx.utils.async
-
Interface Summary Interface Description AsyncTask<T> Task to be submitted to anAsyncExecutor, returning a result of type T. -
Class Summary Class Description AsyncExecutor Allows asnynchronous execution ofAsyncTaskinstances on a separate thread.AsyncResult<T> Returned byAsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload.ThreadUtils Utilities for threaded programming.