8000 GitHub - hash-bang/async-chainable-compat: Plugin for async-chainable that provides the classic 'async' NPM functionality
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hash-bang/async-chainable-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-chainable-compat

Plugin for async-chainable that provides a compatibility layer like the original 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0