Skip to content

nirmalgupta/generator-function-example

Repository files navigation

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

About

making async code practically synchronous

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published