Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt213 val exceptions = state.sealLocked(proposedException) in <lambda>()
1098 fun sealLocked(proposedException: Throwable?): List<Throwable> { in <lambda>() method