Hacker News new | ask | show | jobs
by blisse 2042 days ago
The video spent a bunch of time basically describing ReactiveX / Reactive-Streams, specifically around the [zip](http://reactivex.io/documentation/operators/zip.html) and [combineLatest](http://reactivex.io/documentation/operators/combinelatest.ht...) operators.

I don't know if we've solved parallelizable computation in Rx, but it doesn't seem like it should be too much of an abstraction on top. I didn't get the sense that the speaker was aware of Reactive-Streams, but hopefully they're aware of the existing effort!