MCPcopy
hub / github.com/webpack/webpack / decreaseParallelism

Method decreaseParallelism

lib/util/AsyncQueue.js:287–290  ·  view source on GitHub ↗

* Decrease parallelism. * @returns {void}

()

Source from the content-addressed store, hash-verified

285 * @returns {void}
286 */
287 decreaseParallelism() {
288 const root = this._root;
289 root._parallelism--;
290 }
291
292 /**
293 * Checks whether this async queue is processing.

Callers 6

_readContextTimestampMethod · 0.80
_readContextHashMethod · 0.80
applyMethod · 0.80
importModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected