Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 358 Bytes

generator-function-example

making async code practically synchronous

  • for simple callback using galaxy
    node --harmony with_galaxy.js
  • promise with q
    node --harmony with_q.js
  • promise with bluebird
    node --harmony with_bluebird.js
  • running generator functions in parallel
    node --harmony allInParallel.js