I've read about many people migrating from RxJava2 to Flow. But it's my understanding there's no share operator or equivalent to BehaviorProcessor (or
replay(n).autoConnect()
). I believe BroadcastChannel is the closest thing. Could anyone point me in the right direction for som docs on this? And if there is no equivalent, how do you manage? Thanks