Skip to content

A small demo for understanding how the new async iterators work in Javascript

Notifications You must be signed in to change notification settings

lourd/node-async-iterator-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/lourd/node-async-iterator-playground
cd node-async-iterator-playground
node --harmony_async_iteration test.js

Debugging

  1. node --inspect-brk --harmony_async_iteration test.js
  2. Open Chrome, go to chrome://inspect
  3. test.js should be listed under the "Remote Target" section. Click on the inspect link

If you're a VSCode user, you can also open the project and run the debugger from within test.js to step through the code in your editor.

Prior Art

About

A small demo for understanding how the new async iterators work in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published