Streams and Observables
Domenic Denicola
d at domenic.me
Fri May 8 21:00:00 UTC 2015
See my response when you asked this question a month ago: https://esdiscuss.org/topic/promises-vs-streams#content-5 Especially, follow the links.
To correct a few misconceptions:
> streams analogous to a list of values
there are many things in the async/plural category, not just streams
> Async generator (https://github.com/jhusain/asyncgenerator) returns Observable
Or it could return an async generator object (https://github.com/zenparsing/async-iteration/). The async generator <-> Observable proposal is just a proposal.
More information about the es-discuss
mailing list