JimmyLv / JimmyLv/reading

Getting Started with Asynchronous Iterators and Generators

Open
#1,376 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
26
Forks
2
PR merge metrics
No merged PRs in 30d

Description

## Getting Started with Asynchronous Iterators and Generators

TL; DR I bet you didn't know that the following code block is a thing: for await (const info of getApi(apis)) { console.log(info); } Yes, it is and as a matter…



December 5, 2017 at 11:16PM

via Instapaper http://scotch.io/tutorials/getting-started-with-asynchronous-iterators-and-generators

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.