Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt10 internal actual abstract class EventLoopImplPlatform: EventLoop() { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt7 internal actual abstract class EventLoopImplPlatform: EventLoop() { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DEventLoop.kt17 internal actual abstract class EventLoopImplPlatform : EventLoop() { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt171 internal expect abstract class EventLoopImplPlatform() : EventLoop { in delayNanosToMillis() class
179 internal abstract class EventLoopImplBase: EventLoopImplPlatform(), Delay {