Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt163 var taskToSchedule = block in execute() variable
170 dispatcher.dispatchWithContext(taskToSchedule, this, tailDispatch) in execute()
175 queue.add(taskToSchedule) in execute()
196 taskToSchedule = queue.poll() ?: return in execute()