Proposal is here: https://github.com/tc39/proposal-async-iteration
Basic idea is a combination of an async function and a generator - essentially a generator you can await within.
There are already a number of test262 tests and v8 has an implementation we can compare against.
Proposal is here: https://github.com/tc39/proposal-async-iteration
Basic idea is a combination of an async function and a generator - essentially a generator you can
awaitwithin.There are already a number of test262 tests and v8 has an implementation we can compare against.