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

Function eachOfLimit

lib/eachOfLimit.js:24–26  ·  view source on GitHub ↗
(coll, limit, iteratee, callback)

Source from the content-addressed store, hash-verified

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

Callers 4

parallelLimitFunction · 0.85
eachLimitFunction · 0.85
mapValuesLimitFunction · 0.85
doParallelLimitFunction · 0.85

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…