An open API service indexing awesome lists of open source software.

https://github.com/plotdb/chainify


https://github.com/plotdb/chainify

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# chainify

chaining a seris of tasks.

## Usage

chainify(list, handler = function({item,percent}) { ... return Promise.resolve(datum); })
.then(function({data, fail}) { ... });

chainify({list, delay}, handler)
.then(function({data, fail}) { ... });

handler should return Promise.

## License

MIT