https://github.com/tc39/proposal-async-iteration
From: es-discuss [mailto:[email protected]] On Behalf Of Naveen Chawla Sent: Tuesday, July 11, 2017 09:24 To: [email protected] Subject: Stream + async await It'd be great to have async stream constructs such as: http://reactivex.io/rxjs/ , supported natively, such that they can be used directly with the async / await keywords for async stream programming in a linear fashion (analogous to what can already be done with linearly awaiting Promises, but for async streams instead).
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

