Home
last modified time | relevance | path

Searched refs:createTask (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt120 DefaultExecutor.enqueue(coroutineScheduler.createTask(block, context)) in toString()
DCoroutineScheduler.kt385 val task = createTask(block, taskContext) in <lambda>()
406 internal fun createTask(block: Runnable, taskContext: TaskContext): Task { in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler