Home
last modified time | relevance | path

Searched refs:resumeClose (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCancellableContinuationResumeCloseStressTest.kt45 val ok = resumeClose() // might be cancelled in <lambda>()
50 private suspend fun resumeClose() = suspendCancellableCoroutine<String> { cont -> in <lambda>() method in kotlinx.coroutines.CancellableContinuationResumeCloseStressTest