Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt699 val proposedUpdate = CompletedExceptionally(createCauseException(cause)) in <lambda>()
722 private fun createCauseException(cause: Any?): Throwable = when (cause) { in <lambda>() method
745 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>()
756 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>()