Tianyu Zhu
10/07/2023, 5:20 PMCoroutineScope
and returns a Flow
? e.g.,
fun CoroutineScope.getMyStuffs(): Flow<MyStuff>
kevin.cianfarini
10/07/2023, 5:31 PMFlow.stateIn
doesjw
10/07/2023, 5:44 PMPatrick Steiger
10/07/2023, 8:37 PMflow {
coroutineScope {
}
}
Or channelFlow