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

Function doParallel

examples/browser/nodeunit.js:636–641  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

634
635
636 var doParallel = function (fn) {
637 return function () {
638 var args = Array.prototype.slice.call(arguments);
639 return fn.apply(null, [async.forEach].concat(args));
640 };
641 };
642 var doSeries = function (fn) {
643 return function () {
644 var args = Array.prototype.slice.call(arguments);

Callers 1

nodeunit.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…