DEV Community

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

Collapse
 
pyrokar profile image
Gunter Solf

Thanks for the great introduction in this new feature 👍

And now I need an real world example / problem where this is the solution 🤔

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.