MCPcopy Index your code
hub / github.com/caolan/nodeunit / doParallel

Function doParallel

deps/async.js:143–148  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

141
142
143 var doParallel = function (fn) {
144 return function () {
145 var args = Array.prototype.slice.call(arguments);
146 return fn.apply(null, [async.forEach].concat(args));
147 };
148 };
149 var doSeries = function (fn) {
150 return function () {
151 var args = Array.prototype.slice.call(arguments);

Callers 1

async.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…