Searched refs:coroutineScope (Results 1 – 25 of 68) sorted by relevance
123
16 suspend fun callJobScoped() = coroutineScope { in <lambda>()44 suspend fun callJobScoped() = coroutineScope { in <lambda>()70 coroutineScope { in <lambda>()83 suspend fun callJobScoped(): Unit = coroutineScope { in <lambda>()103 suspend fun callJobScoped() = coroutineScope { in <lambda>()151 private suspend fun failedConcurrentSumFirst(): Int = coroutineScope { in <lambda>()181 private suspend fun failedConcurrentSumSecond(): Int = coroutineScope { in <lambda>()202 suspend fun loadData() = coroutineScope { in <lambda>()236 coroutineScope { in <lambda>()267 coroutineScope { in <lambda>()
14 coroutineScope { in <lambda>()
16 coroutineScope { in <lambda>()
93 private suspend fun testReceiveOrNull(kind: TestChannelKind) = coroutineScope { in <lambda>()110 private suspend fun testReceiveOrNullException(kind: TestChannelKind) = coroutineScope { in <lambda>()133 private suspend fun testReceiveOrClosed(kind: TestChannelKind) = coroutineScope { in <lambda>()161 private suspend fun testOffer(kind: TestChannelKind) = coroutineScope { in <lambda>()186 coroutineScope { in <lambda>()197 private suspend fun testSendReceive(kind: TestChannelKind, iterations: Int) = coroutineScope { in <lambda>()
30 private suspend fun testStress(channel: Channel<Int>) = coroutineScope { in <lambda>()
110 coroutineScope { in <lambda>()119 coroutineScope { in <lambda>()122 coroutineScope { emit(value) } in <lambda>()144 coroutineScope { in <lambda>()147 coroutineScope { send(value) } in <lambda>()162 coroutineScope { in <lambda>()177 coroutineScope { in <lambda>()
39 coroutineScope { in <lambda>()68 coroutineScope { in <lambda>()106 coroutineScope { in <lambda>()141 coroutineScope { in <lambda>()
35 coroutineScope { in <lambda>()53 coroutineScope { in <lambda>()
31 coroutineScope { in <lambda>()67 coroutineScope { in <lambda>()
67 coroutineScope { in <lambda>()84 coroutineScope { in <lambda>()
60 coroutineScope { in <lambda>()77 coroutineScope { in <lambda>()
22 coroutineScope { in <lambda>()
174 …vate suspend fun outerScopedMethod(deferred: Deferred<*>, vararg traces: String) = coroutineScope { in <lambda>()187 coroutineScope<Unit> { in <lambda>()272 coroutineScope<Unit> { in <lambda>()
16 coroutineScope { // Creates a coroutine scope in <lambda>()
18 suspend fun failedConcurrentSum(): Int = coroutineScope { in <lambda>()
15 coroutineScope { // scope for coroutines in massiveRun()
18 suspend fun concurrentSum(): Int = coroutineScope { in <lambda>()
16 coroutineScope { // scope for coroutines in massiveRun()
34 private suspend fun doInScope() = coroutineScope { in <lambda>()
4 suspend fun computeValue(): String = coroutineScope { in <lambda>()
7 suspend fun main() = coroutineScope {