hi guys! any plans adding support to channels or k...
# arrow
k
hi guys! any plans adding support to channels or kotlins Flow? still waiting for kinda viable approach to replace reactive streams (rx2).
p
We’re adding support for suspended functions for any other abstraction, so you can use Flow, Channels or regular suspend functions inside IO or Rx.
Channels and Flow cannot pass our test suites so we can’t support them directly today, you have to do it through another abstraction that does. The result as a user is almost the same.