DrawThread

interface DrawThread(source)

Properties

Link copied to clipboard
abstract val dispatcher: ERROR CLASS: Symbol not found for CoroutineDispatcher
Link copied to clipboard
abstract val drawer: Drawer

Functions

Link copied to clipboard
fun DrawThread.launch(context: ERROR CLASS: Symbol not found for CoroutineContext = this.dispatcher, start: ERROR CLASS: Symbol not found for CoroutineStart = CoroutineStart.DEFAULT, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> Unit): ERROR CLASS: Symbol not found for Job

launches a coroutine on the DrawThread