MCPcopy
hub / github.com/parallel-js/parallel.js / parallel.js

File parallel.js

lib/parallel.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function() {
2 const isCommonJS = typeof module !== 'undefined' && module.exports;
3 const isNode = !(typeof window !== 'undefined' && this === window);
4 var setImmediate =

Callers

nothing calls this directly

Calls 2

extendFunction · 0.85
doneFunction · 0.85

Tested by

no test coverage detected