Uses of Class
com.badlogic.gdx.utils.async.AsyncResult
-
Packages that use AsyncResult Package Description com.badlogic.gdx.utils.async -
-
Uses of AsyncResult in com.badlogic.gdx.utils.async
Methods in com.badlogic.gdx.utils.async that return AsyncResult Modifier and Type Method Description <T> AsyncResult<T>AsyncExecutor. submit(AsyncTask<T> task)Submits aRunnableto be executed asynchronously.
-