launch

fun DrawThread.launch(    context: CoroutineContext = this.dispatcher,     start: CoroutineStart = CoroutineStart.DEFAULT,     block: suspend CoroutineScope.() -> Unit): Job(source)

launches a coroutine on the DrawThread