kotlinx.coroutines.channels Questions
3
Solved
I wanted to know how can I send/emit items to a Kotlin.Flow, so my use case is:
In the consumer/ViewModel/Presenter I can subscribe with the collect function:
fun observe() {
coroutineScope.laun...
Traditor asked 4/8, 2019 at 9:12
1
© 2022 - 2024 — McMap. All rights reserved.