Closed amccloud closed 9 years ago
Or Kefir https://github.com/rpominov/kefir
Does highland have any stream combination function such as https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/combinelatest.md? I didn't find it from the docs. It's mandatory when building the state object.
Kefir has a combine
function so it could be supported.
@milankinen you can look on this https://github.com/rpominov/kefir/blob/master/test/perf/memory-specs/combine.coffee#L2
Created new ticket for Kefir: #9
Closing this one since highland.js has no functionality that supports stream combining
I only ask because I know it is growing in popularity.