Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Which browsers support this? Does node support it already (a month ago they didnt yet)
-
kpenc21327yJust use generators until there is support. The new syntax is just sugar an top of generators.
-
peonicles497yAm I the only one who finds it weird that the `async` keyword is used to achieve synchronous operation ?
-
kpenc21327y@stisch I like them in Python because you can reuse them. In JS, once you stop the iteration, the generator is exhausted and can't be used again.
Related Rants
Async/await, welcome to the family of JavaScript😀
rant
await
javascript
async