Lines Matching refs:workers
79 const workers = {};
98 killSubprocesses(workers);
118 workers[worker.pid] = worker;
123 // Handle the death of workers.
138 console.error('[PARENT] All workers have died.');
141 killSubprocesses(workers);
167 console.error('[PARENT] All workers have received the ' +
171 Object.keys(workers).forEach((pid) => {
172 const worker = workers[pid];
196 killSubprocesses(workers);