Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt68 … private val exceptionWhenReading: AtomicRef<Throwable?> = atomic(null) // exception from reading constant
78 writer.value?.let { exceptionWhenReading.value = concurrentRW(it) } in concurrentWW()
84 exceptionWhenReading.getAndSet(null)?.let { throw it } in <lambda>()