“In asynchronous code flows, it is commonplace to execute two or more tasks concurrently. While Async Functions make it easier to write asynchronous code, they also lend themselves to code that is serial. That is to say: code that executes one operation at a time. A function with multiple await expre…”— Nicolás Bevacqua, ponyfoo.comTagged: Javascript, Async / Await, Stage 3 Proposals, ES2017