MCPcopy Index your code
hub / github.com/parallel-js/parallel.js / Parallel

Function Parallel

lib/parallel.js:88–95  ·  view source on GitHub ↗
(data, options)

Source from the content-addressed store, hash-verified

86 };
87
88 function Parallel(data, options) {
89 this.data = data;
90 this.options = extend(defaults, options);
91 this.operation = new Operation();
92 this.operation.resolve(null, this.data);
93 this.requiredScripts = [];
94 this.requiredFunctions = [];
95 }
96
97 // static method
98 Parallel.isSupported = function() {

Callers

nothing calls this directly

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected