en.javascript.info/1-js/10-generators/02-async-iteration/article.md
2019-03-02 23:36:50 +03:00

9 lines
146 B
Markdown

# Async iteration
...
Async generators may initially look complex, but in fact they are not.
The resulting syntax is simple and easy to use.