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

Function doParallel

lib/internal/doParallel.js:4–8  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

2import wrapAsync from './wrapAsync';
3
4export default function doParallel(fn) {
5 return function (obj, iteratee, callback) {
6 return fn(eachOf, obj, wrapAsync(iteratee), callback);
7 };
8}

Callers 7

filter.jsFile · 0.85
concat.jsFile · 0.85
map.jsFile · 0.85
some.jsFile · 0.85
reject.jsFile · 0.85
detect.jsFile · 0.85
every.jsFile · 0.85

Calls 2

wrapAsyncFunction · 0.85
fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…