Home
last modified time | relevance | path

Searched refs:maxConcurrentCalls (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/worker-farm/
Dindex.d.ts42 maxConcurrentCalls?: number;
DREADME.md110 , maxConcurrentCalls : Infinity
126 …* **<code>maxConcurrentCalls</code>** allows you to control the maximum number of calls in the que…
/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfarm.js8 , maxConcurrentCalls : Infinity property
33 if (this.activeCalls + this.callQueue.length >= this.options.maxConcurrentCalls) {
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js473 let child = workerFarm({ maxConcurrentCalls: 5 }, childPath) property
498 …let child = workerFarm({ maxConcurrentCalls: 4, maxConcurrentWorkers: 2, maxConcurrentCallsPerWork… property