hi guys!
any plans adding support to channels or kotlins Flow?
still waiting for kinda viable approach to replace reactive streams (rx2).
p
pakoito
05/04/2019, 12:58 PM
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.
pakoito
05/04/2019, 12:59 PM
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.