7 ms·
I've found using promises with generators yields code very similar to async/await, without relying on experimental features. https://github.com/tj/co https://g
by voxtex 11y ago
I've found using promises with generators yields code very similar to async/await, without relying on experimental features.
https://github.com/tj/co https://github.com/tj/co
or
https://github.com/petkaantonov/bluebird/blob/master/API.md#promisecoroutinegeneratorfunction-generatorfunction---function https://github.com/petkaantonov/bluebird/blob/master/API.md#...