This reminds of my first exposure to Rx. I was luc...
# coroutines
e
This reminds of my first exposure to Rx. I was lucky to listen to a great JavaOne presentation on RxJava by Netflix guys. Wow, I thought! What a cool solution to the problems that these guys have! Is there a way I can use it to solve my problems? Alas, despite all the Rx coolness, the problems I had with scalability back then were not amendable to solution with Rx in any form. In short, I had none of the problems that Netflix had in their systems, but a whole host of others. It is no coincidence, that Kotlin coroutines are especially good at solving the problems I had back then, so I’m not surprised that many people find that it is quite good at solving theirs.
👍 18