Hi, is there any ETA for `BroadcastChannel` and `S...
# coroutines
a
Hi, is there any ETA for
BroadcastChannel
and
StateFlow
to become stable?
z
Idk on the timeline for
StateFlow
, but I believe
BroadcastChannel
is going to be eventually phased out in favor of
SharedFlow
.
3
👍🏾 4
a
Thanks for info 🙌 Seems it's will be merged and released shortly after 1.4 https://github.com/Kotlin/kotlinx.coroutines/pull/2069#issuecomment-656645865
d
They are stable, production ready.