is there any point in having `Channel`s when you c...
# announcements
a
is there any point in having `Channel`s when you can just have hot flows?
g
Channel should be considered as low-level primitive that usually shouldn’t be exposed in API, but used as building block for your reactive/stream API and exposed using Flow
In general you don’t have any kind hot flow now that are not based on Channel under the hood