Home
last modified time | relevance | path

Searched refs:workerOptions (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/worker-farm/lib/
Dfork.js7 function fork (forkModule, workerOptions) { argument
16 }, workerOptions)
Dfarm.js4 workerOptions : {} property
107 let forked = fork(this.path, this.options.workerOptions)
/third_party/node/deps/npm/node_modules/worker-farm/
Dindex.d.ts46 workerOptions?: ForkOptions;
DREADME.md106 workerOptions : {}
118 …* **<code>workerOptions</code>** allows you to customize all the parameters passed to child nodes.…
/third_party/node/deps/npm/node_modules/worker-farm/tests/
Dindex.js582 , workerOptions = { variable
586 …, child = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5, workerOptions: workerOptions}, chil… property