MCPcopy Index your code
hub / github.com/caolan/async / parallelLimit

Function parallelLimit

lib/parallelLimit.js:23–25  ·  view source on GitHub ↗
(tasks, limit, callback)

Source from the content-addressed store, hash-verified

21 * Invoked with (err, results).
22 */
23export default function parallelLimit(tasks, limit, callback) {
24 parallel(eachOfLimit(limit), tasks, callback);
25}

Callers

nothing calls this directly

Calls 1

eachOfLimitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…