Home
last modified time | relevance | path

Searched defs:tryResume (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt78 public fun tryResume(value: T, idempotent: Any? = null): Any? in <lambda>() method
86 …public fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?): A… in <lambda>() method
DCancellableContinuationImpl.kt260 private fun tryResume(): Boolean { in <lambda>() method
467 override fun tryResume(value: T, idempotent: Any?): Any? = in <lambda>() method
470 …override fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?):… in <lambda>() method
DBuilders.common.kt242 private fun tryResume(): Boolean { in tryResume() method