newSingleThreadAsyncContext

fun newSingleThreadAsyncContext(threadName: String = "AsyncExecutor-Thread"): AsyncExecutorDispatcher

Creates a new AsyncExecutorDispatcher wrapping around an AsyncExecutor with a single thread to execute tasks asynchronously outside of the main rendering thread.

AsyncExecutor thread will be named according to the threadName pattern.