Skip to content

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

License

Notifications You must be signed in to change notification settings

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