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

https://github.com/hash-bang/async-chainable-compat

Plugin for async-chainable that provides the classic 'async' NPM functionality
https://github.com/hash-bang/async-chainable-compat

async-chainable javascript

Last synced: 6 months ago
JSON representation

Plugin for async-chainable that provides the classic 'async' NPM functionality

Awesome Lists containing this project

README

          

async-chainable-compat
======================
Plugin for [async-chainable](https://github.com/hash-bang/async-chainable) that provides a compatibility layer like the original [async](https://www.npmjs.com/package/async) NPM.

var asyncChainable = require('async-chainable');
var asyncChainableCompat = require('async-chainable-exec');

asyncChainable()
.use(asyncChainableCompat)
.mapLimit(); // Access to async functions from this point onwards