Searched refs:causeException (Results 1 – 1 of 1) sorted by relevance
738 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>() constant739 state.addExceptionLocked(causeException) in <lambda>()749 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>() constant752 if (tryMakeCancelling(state, causeException)) return COMPLETING_ALREADY in <lambda>()755 … val finalState = tryMakeCompleting(state, CompletedExceptionally(causeException)) in <lambda>()