Ovsyannikov Alexey
05/10/2019, 12:28 AMBroadcastChannel#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?Czar
05/10/2019, 12:29 AMOvsyannikov Alexey
05/10/2019, 12:30 AM