DrawThread

interface DrawThread(source)

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

Properties

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