Excellent Youtube video on Async Await in ES2016
Async Await Proposal for Typescript (coming in v1.6)
https://github.com/Microsoft/TypeScript/issues/1664
Excellent article on async await by PouchDB:
http://pouchdb.com/2015/03/05/taming-the-async-beast-with-es7.html
Going from Promises to Generators to Async / Await:
https://github.com/lukehoban/ecmascript-asyncawait
Experimental support in Babel: