promise-loopie

A memory and stack efficient pattern for infinite asynchronous looping/chaining with promises


Keywords
demo, pattern, promises, looping, chaining, memory, stack
License
CC0-1.0
Install
npm install promise-loopie@1.0.4

Documentation

promise-loopie

promise-loopie provides a memory and stack efficient pattern for infinite asynchronous looping/chaining with promises.

Use

The ./test/count.js file demonstrates how to use this library.

$ vim ./test/count.js
$ node ./test/count.js

License

This program is licensed under CC0. You may use it as you wish.