Uses of Package
com.badlogic.gdx.utils.async
-
Packages that use com.badlogic.gdx.utils.async Package Description com.badlogic.gdx.utils.async -
Classes in com.badlogic.gdx.utils.async used by com.badlogic.gdx.utils.async Class Description AsyncResult Returned byAsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload.AsyncTask Task to be submitted to anAsyncExecutor, returning a result of type T.