Lines Matching refs:workers
39 cluster.workers = {};
99 for (const worker of ObjectValues(cluster.workers)) {
144 delete cluster.workers[worker.id];
146 if (ObjectKeys(cluster.workers).length === 0) {
176 * Remove the worker from the workers list only
200 * Remove the worker from the workers list only
215 cluster.workers[worker.id] = worker;
224 const workers = ObjectKeys(cluster.workers);
226 if (workers.length === 0) {
229 for (const worker of ObjectValues(cluster.workers)) {
292 // the workers except raw datagrams and that's pointless.
312 handles.delete(key); // Gives other workers a chance to retry.