Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-select-05.kt12 fun CoroutineScope.switchMapDeferreds(input: ReceiveChannel<Deferred<String>>) = produce<String> { in <lambda>() method
41 for (s in switchMapDeferreds(chan)) in <lambda>()