DEV Community

Discussion on: The Iterators Are Coming! Iterator and asyncIterator in JavaScript

Collapse
 
nestedsoftware profile image
Nested Software • Edited

Thank you! There is a simple example at github.com/tc39/proposal-async-ite... which has to do with reading lines asynchronously from a file.