Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/tailcall/
DSimpleChannel.kt55 abstract suspend fun suspendReceive(): Int in suspendReceive() method in benchmarks.tailcall.SimpleChannel
60 override suspend fun suspendReceive(): Int = suspendCoroutineUninterceptedOrReturn { in suspendReceive() method in benchmarks.tailcall.NonCancellableChannel
73 override suspend fun suspendReceive(): Int = suspendCancellableCoroutine { in <lambda>() method in benchmarks.tailcall.CancellableChannel
87 override suspend fun suspendReceive(): Int = suspendCancellableCoroutineReusable { in <lambda>() method in benchmarks.tailcall.CancellableReusableChannel