Just asynchronous patterns for promises
npm install asyncc-promise> Just asynchronous patterns for promises


Runs in the browser and on node.
The module provided follows the [asyncc][] syntax.
- compose
- doUntil
- doWhilst
- eachSeries
- retry
- series
- times
- until
- whilst
- each
- eachLimit
- parallel
- parallelLimit
- allSettled
- allSettledLimit
``sh`
$ npm install asyncc-promise
`sh`
$ npm test
As ES6 Modules
`js`
import {each, eachSeries} from 'asyncc-promise'
As CommonJS Modules
`js``
const {each, eachSeries} = require('asyncc-promise')
* [asyncc][asyncc]
* [LICENSE][LICENSE]
[asyncc]: https://github.com/commenthol/asyncc
[LICENSE]: ./LICENSE.txt