Home
last modified time | relevance | path

Searched defs:CloseableCoroutineDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCloseableCoroutineDispatcher.kt18 public expect abstract class CloseableCoroutineDispatcher() : CoroutineDispatcher { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DCloseableCoroutineDispatcher.kt7 public actual abstract class CloseableCoroutineDispatcher actual constructor() : CoroutineDispatche… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCloseableCoroutineDispatcher.kt7 public actual abstract class CloseableCoroutineDispatcher actual constructor() : CoroutineDispatche… class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt41 public actual typealias CloseableCoroutineDispatcher = ExecutorCoroutineDispatcher in close() typealias