Home
last modified time | relevance | path

Searched defs:resumeWith (Results 1 – 11 of 11) sorted by relevance

/external/kotlinx.coroutines/stdlib-stubs/src/
DContinuation.kt9 public fun resumeWith(result: Result<T>) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DAbstractCoroutine.kt110 public final override fun resumeWith(result: Result<T>) { in resumeWith() method
DCancellableContinuationImpl.kt292 override fun resumeWith(result: Result<T>) = in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DSafeCollector.kt137 override fun resumeWith(result: Result<Any?>) { in resumeWith() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDelayJvmTest.kt67 override fun resumeWith(result: Result<T>) { in <lambda>() method in kotlinx.coroutines.DelayJvmTest.Wrapper
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt178 override fun resumeWith(result: Result<T>) { in <lambda>() method
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DTakeBenchmark.kt121 override fun resumeWith(result: Result<Unit>) { in <lambda>() method in benchmarks.flow.TakeBenchmark
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt251 override fun resumeWith(result: Result<T>) { in resumeWith() method in StackFrameContinuation
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt357 private fun resumeWith(result: Result<Any?>, continuation: Continuation<Any?>?) { in <lambda>() method in kotlinx.atomicfu.LockFreedomTestEnvironment
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt295 override fun resumeWith(result: Result<R>) { in next() method in kotlinx.coroutines.selects.SelectBuilderImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt459 override fun resumeWith(result: Result<T>) { in <lambda>() method in kotlinx.coroutines.debug.internal.DebugProbesImpl.CoroutineOwner