Skip to content

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.

Notifications You must be signed in to change notification settings

phewphewb/browser-async-iteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published