Package com.badlogic.gdx.utils.async

Interface Summary
AsyncTask<T> Task to be submitted to an AsyncExecutor, returning a result of type T.
 

Class Summary
AsyncExecutor Allows asnynchronous execution of AsyncTask instances on a separate thread.
AsyncResult<T> Returned by AsyncExecutor.submit(AsyncTask), allows to poll for the result of the asynch workload.
ThreadUtils Utilities for threaded programming.
 



Copyright © 2013. All Rights Reserved.