▲ Experimenting With async/await in Node.js 7 Nightly at blog.risingstack.com▼9 up and 0 down, posted by hfeeri 2954 days ago 6 comments
xat 2952 days ago. link parent 3 points ▲ ▼Maybe Promises are just the wrong tool for this kind of stuff in general. Interestingly it would be no problem solving these problems with Observables. Cancelation can be done with `dispose` and setInterval would also be trivial to implement.