<@U2E974ELT> I am struggling to see implementing R...
# rx
t
@elizarov I am struggling to see implementing Rx in Kotlin as simple as marrying coroutines with reactive-streams. Sure it will be much easier than RxJava, but some of those operators like groupBy(), flatMap(), switchMap(), window(), etc are still going to be a beatdown. I like the idea, just contemplating if I want to put time into trying an implementation. I may at least give it a try just to see what happens.