Searched refs:dispatchWithContext (Results 1 – 1 of 1) sorted by relevance
113 internal fun dispatchWithContext(block: Runnable, context: TaskContext, tailDispatch: Boolean) { in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher170 dispatcher.dispatchWithContext(taskToSchedule, this, tailDispatch) in execute()225 dispatcher.dispatchWithContext(next, this, true) in afterTask()