Private
tasksMaps a task to the callback to be executed once it is finished.
Adds a task to be processed between frames and a callback for when it is done to the manager.
The AsyncTask to run.
The callback to execute once the task is finished.
Run all pending asynchronous tasks.
This stores all asynchronous tasks waiting to be completed, for a given scene.
See
RuntimeScene.getAsyncTasksManager.