You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
<p>This proposal adds syntactic support for asynchronous iteration using the <i>AsyncIterable</i> and <i>AsyncIterator</i> protocols. It introduces a new <i>IterationStatement</i>, `for`-`await`-`of`, and adds syntax for creating async generator functions and methods.</p>
<p>See <a href="https://github.com/tc39/proposal-async-iteration">the proposal repository</a> for background material and discussion.</p>
<emu-note>
<p>This proposal depends upon the async functions proposal.</p>