Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt32 eventLoop.dispatchUnconfined(this) in executeUnconfined()
45 eventLoop.dispatchUnconfined(this) in resumeUnconfined()
DEventLoop.common.kt83 public fun dispatchUnconfined(task: DispatchedTask<*>) { in <lambda>() method in kotlinx.coroutines.EventLoop