Searched refs:TOO_LATE_TO_CANCEL (Results 1 – 1 of 1) sorted by relevance
673 finalState === TOO_LATE_TO_CANCEL -> false in <lambda>()733 …if (state.isSealed) return TOO_LATE_TO_CANCEL // already sealed -- cannot add exception nor mark c… in <lambda>()763 else -> return TOO_LATE_TO_CANCEL // already complete in <lambda>()1294 private val TOO_LATE_TO_CANCEL = Symbol("TOO_LATE_TO_CANCEL") in boxIncomplete() constant