MCPcopy
hub / github.com/caolan/async / eachLimit

Function eachLimit

lib/eachLimit.js:25–27  ·  view source on GitHub ↗
(coll, limit, iteratee, callback)

Source from the content-addressed store, hash-verified

23 * `iteratee` functions have finished, or an error occurs. Invoked with (err).
24 */
25export default function eachLimit(coll, limit, iteratee, callback) {
26 eachOfLimit(limit)(coll, withoutIndex(wrapAsync(iteratee)), callback);
27}

Callers

nothing calls this directly

Calls 2

eachOfLimitFunction · 0.85
wrapAsyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…