DrawThread
Functions
Link copied to clipboard
fun DrawThread.launch(context: CoroutineContext = this.dispatcher, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job
launches a coroutine on the DrawThread