Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 329 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 329 Bytes

Non blocking async iteration. Aync Array.

This is a visualization of the difference between sync and async iterable arrays.

Iterating an array synchronously blocks the event loop and the UI while iterating an async array gives some time to the event loop.

It shows index in the array and its order it has been rendered in.