Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvmBenchmark/kotlin/kotlinx/coroutines/flow/
H A DTakeWhileBenchmark.kt30 fun takeWhileDirect() = runBlocking<Int> { in <lambda>() method in kotlinx.coroutines.flow.TakeWhileBenchmark
40 … private fun <T> Flow<T>.takeWhileDirect(predicate: suspend (T) -> Boolean): Flow<T> = unsafeFlow { in <lambda>() method in kotlinx.coroutines.flow.TakeWhileBenchmark