Main KTX coroutine scope. Executes tasks on the main rendering thread. See MainDispatcher.
Should be invoked on the main rendering thread before using KTX coroutines. Failing to do so will cause some parts of the API to throw exceptions.
Returns true if the coroutine was launched from a rendering thread dispatcher.