public class AsyncResult<T> extends Object
AsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload.public boolean isDone()
AsyncTask is donepublic T get()
GdxRuntimeException - if there was an errorCopyright © 2021. All rights reserved.