Searched refs:flowScope (Results 1 – 4 of 4) sorted by relevance
15 flowScope { in testCancellation()32 flowScope { in <lambda>()49 flowScope { in <lambda>()68 flowScope { in <lambda>()69 flowScope { in <lambda>()
30 internal suspend fun <R> flowScope(@BuilderInference block: suspend CoroutineScope.() -> R): R = in <lambda>() method51 flowScope { block(this@flow) } in scopedFlow()
22 ): Unit = flowScope { // flow scope so any cancellation within the source flow will cancel the whol… in <lambda>()24 if (size == 0) return@flowScope // bail-out for empty input in <lambda>()
25 flowScope { in <lambda>()