Lines Matching defs:worker
17 worker();
39 cluster.on('listening', common.mustCall((worker, address) => {
63 // Set up event handlers for every worker. Each worker sends a message when
70 function setupWorker(worker) {
73 worker.send({
77 worker.on('message', common.mustCall((msg) => {
79 worker.disconnect();
82 worker.on('exit', common.mustCall(() => {
89 function worker() {