DrawThread

interface DrawThread(source)

Properties

Link copied to clipboard
abstract val dispatcher: CoroutineDispatcher
Link copied to clipboard
abstract val drawer: Drawer

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