Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt113 internal fun dispatchWithContext(block: Runnable, context: TaskContext, tailDispatch: Boolean) { in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
170 dispatcher.dispatchWithContext(taskToSchedule, this, tailDispatch) in execute()
225 dispatcher.dispatchWithContext(next, this, true) in afterTask()