Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DCollect.kt45 public fun <T> Flow<T>.launchIn(scope: CoroutineScope): Job = scope.launch { in collect() method
/external/kotlinx.coroutines/test-utils/common/src/
DLaunchFlow.kt92 public fun <T> Flow<T>.launchIn( method