Hello everybody! I few time ago, I have started t...
# announcements
o
Hello everybody! I few time ago, I have started to investigate flows in Kotlin Coroutines and have found, that
BroadcastChannel#asFlow
extension is using
consumeEach
. After this I've found (https://github.com/Kotlin/kotlinx.coroutines/blob/085a4cb7dec4121f51cda832dbe1e223681d3379/kotlinx-coroutines-core/common/src/channels/Channels.common.kt) source file and remember that most part (maybe, all) of consume* methods are obsolete for now. How it will be replaced in flows and when these obsolete extensions will be removed?
c
Hi! There's a #C1CFAFJSK channel, try posting there.
o
I see, thanj you