Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt48 public interface CancellableContinuation<in T> : Continuation<T> { in <lambda>() interface
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelectOld.kt140 private fun CancellableContinuation<*>.resumeUndispatchedWithException(exception: Throwable) { in CancellableContinuation() method
DSelect.kt840 private fun CancellableContinuation<Unit>.tryResume(onCancellation: ((cause: Throwable) -> Unit)?):… in tryResume() method