Hacker News new | ask | show | jobs
by abukros 3166 days ago
What do you guys think about how it compares to Rx? There are opinions about they are on a different abstraction level so they don't compete with each other.
1 comments

I agree, coroutines is good for the simpler use cases, while Rx is better for composed transformations. Not sure about using coroutines in prod though, while still experimental.
I’d definitely would wait for the non-experimental release, just in case.