Lines Matching refs:workers
59 const workers = {};
73 killSubprocesses(workers);
82 workers[worker.pid] = worker;
86 // Handle the death of workers
104 console.error('[PARENT] All workers have died.');
107 killSubprocesses(workers);
133 console.error('[PARENT] All workers have received the ' +
137 Object.keys(workers).forEach((pid) => {
138 const worker = workers[pid];
160 killSubprocesses(workers);