MCPcopy
hub / github.com/louischatriot/nedb / doParallel

Function doParallel

browser-version/out/nedb.js:3437–3442  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

3435
3436
3437 var doParallel = function (fn) {
3438 return function () {
3439 var args = Array.prototype.slice.call(arguments);
3440 return fn.apply(null, [async.each].concat(args));
3441 };
3442 };
3443 var doParallelLimit = function(limit, fn) {
3444 return function () {
3445 var args = Array.prototype.slice.call(arguments);

Callers 1

nedb.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…