Searched defs:tryResume (Results 1 – 3 of 3) sorted by relevance
78 public fun tryResume(value: T, idempotent: Any? = null): Any? in <lambda>() method86 …public fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?): A… in <lambda>() method
260 private fun tryResume(): Boolean { in <lambda>() method467 override fun tryResume(value: T, idempotent: Any?): Any? = in <lambda>() method470 …override fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?):… in <lambda>() method
242 private fun tryResume(): Boolean { in tryResume() method