D | round_robin_handle.js | 40 this.handle.onconnection = (err, handle) => this.distribute(err, handle); 94 RoundRobinHandle.prototype.distribute = function(err, handle) { method in RoundRobinHandle 123 this.distribute(0, handle); // Worker is shutting down. Send to another.
|