9 ms·
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.
by abukros 9y 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.
- andraskindler 9y agoI 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.
- zsedbal 9y agoI’d definitely would wait for the non-experimental release, just in case.