are Channels abandoned and is Flow the future? When Flow was introduced it was a lot of talk about hot channels and cold flows but now it seems that you can run hot flows as well?
e
elizarov
10/13/2020, 4:06 PM
Channels are not abandoned. Moreover, they are critical building blocks on top of which many important flow operators are built.
👍 1
elizarov
10/13/2020, 4:07 PM
However, BroadcastChannel and ConflatedBroadcastChannel will be deprecated in favor of shared flows.
👏 8
r
rkeazor
10/13/2020, 7:15 PM
@elizarov will there be quick iteration on these Milestone releases?
d
dalewking
10/13/2020, 10:59 PM
More importantly for me a release that combines SharedFlow with native multithreading
e
elizarov
10/14/2020, 7:22 AM
We are waiting for your feedback to finalize the design.