No promises: asynchronous JavaScript with only generators

added by Paul Wheeler
3/4/2015 3:44:40 PM

393 Views

Two ECMAScript 6 features enable an intriguing new style of asynchronous JavaScript code: promises and generators. This blog post explains this new style and presents a way of using it without promises.


0 comments