Searched defs:tryResume (Results 1 – 5 of 5) sorted by relevance
78 public fun tryResume(value: T, idempotent: Any? = null): Any? in <lambda>() method90 …public fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?): A… in <lambda>() method
242 private fun tryResume(): Boolean { in tryResume() method
285 private fun tryResume(): Boolean { in <lambda>() method578 override fun tryResume(value: T, idempotent: Any?): Any? = in <lambda>() method581 …override fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?):… in <lambda>() method
256 …override fun tryResume(value: Unit, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)… in <lambda>() method
840 private fun CancellableContinuation<Unit>.tryResume(onCancellation: ((cause: Throwable) -> Unit)?):… in tryResume() method