Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt759 if (tryMakeCancelling(state, causeException)) return COMPLETING_ALREADY in <lambda>()
790 private fun tryMakeCancelling(state: Incomplete, rootCause: Throwable): Boolean { in <lambda>() method