Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt62 ThreadLocalEventLoop.setEventLoop(this) in invokeOnTimeout()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt135 internal fun setEventLoop(eventLoop: EventLoop) { in setEventLoop() method