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
- Host: GitHub
- URL: https://github.com/hash-bang/async-chainable-compat
- Owner: hash-bang
- License: mit
- Created: 2015-09-16T03:52:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T02:46:17.000Z (over 9 years ago)
- Last Synced: 2025-08-09T01:44:51.327Z (11 months ago)
- Topics: async-chainable, javascript
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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