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/selects/
DSelectOld.kt136 private fun CancellableContinuation<*>.resumeUndispatchedWithException(exception: Throwable) { in CancellableContinuation() method
DSelect.kt865 private fun CancellableContinuation<Unit>.tryResume( in tryResume() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt114 public interface CancellableContinuation<in T> : Continuation<T> { in <lambda>() interface