This repo contains typed Promise wrappers around a handful of async
exports.
Function | Description |
---|---|
mapPromise |
async.mapPromise() |
mapLimitPromise |
async.mapLimitPromise() |
parallelPromise |
async.parallelPromise() |
parallelLimitPromise |
async.parallelLimitPromise() |