A simple RxJs trial to replace Promises. Demonstrates how Observable can be disposed too.
single-async.js handles a single async process. multiple-async.js takes 3 async processes and waits for all to complete before calling complete.
npm install
npm start (runs both)