Home
last modified time | relevance | path

Searched defs:CancellableContinuation (Results 1 – 2 of 2) 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/sync/
DSemaphore.kt244 private fun CancellableContinuation<Unit>.tryResumeAcquire(): Boolean { in tryResumeAcquire() method