Async Programming in ES7

Currently there are ES7 features proposed for async programming that have never been seen in a programming language before. If accepted, these proposals could allow entire JS applications to be written without a single callback! By providing the same level of support for async functions as regular functions, ES7 could dramatically alter the way everyday developers write code. Imagine reading data from a stream or a web socket with a simple loop. Imagine catching async errors using try/catch, and never again finding yourself in the callback pyramid of doom. Transcript: https://gist.github.com/voodootikigod/74935e99334367e2c09c
Length: 32:57
Views 24441 Likes: 481
Recorded on 2015-05-27 at JSConf USA
Look for other videos at JSConf USA.
Tweet this video