Hello, did anyone try to convert kotlin channels into rxswift streams? Or how one should use kotlin channels in swift since the compiler does not expose suspending functions (receive)?
k
kioba
01/30/2019, 11:37 AM
I believe this is something what the Arrow team is working on, to abstract away the kotlin corutines
👍 1
kioba
01/30/2019, 11:39 AM
but for now I guess you have to go back to a callback system.
a
addamsson
01/30/2019, 11:40 AM
@kioba do you know whether Arrow will become multiplatform in the near future?