Searched refs:workerOptions (Results 1 – 5 of 5) sorted by relevance
7 function fork (forkModule, workerOptions) { argument16 }, workerOptions)
4 workerOptions : {} property107 let forked = fork(this.path, this.options.workerOptions)
46 workerOptions?: ForkOptions;
106 workerOptions : {}118 …* **<code>workerOptions</code>** allows you to customize all the parameters passed to child nodes.…
582 , workerOptions = { variable586 …, child = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5, workerOptions: workerOptions}, chil… property