Searched refs:startWorker (Results 1 – 3 of 3) sorted by relevance
44 function startWorker(depth, messageCallback) { function52 rootWorker = startWorker(1, processMessage);66 worker = startWorker(depth + 1, workerCallback);
81 if (cluster.isPrimary) return startWorker();92 if (cluster.isPrimary) return startWorker();108 function startWorker() { function
44 function startWorker(skipChild, sharedBuffer) { function117 const worker = await startWorker(false, sharedBuffer);132 await (await startWorker(true)).onMessagesSent;