Searched refs:RoundRobinHandle (Results 1 – 2 of 2) sorted by relevance
/third_party/node/lib/internal/cluster/ |
D | round_robin_handle.js | 16 module.exports = RoundRobinHandle; 18 function RoundRobinHandle(key, address, { port, fd, flags, backlog, readableAll, writableAll }) { class 51 RoundRobinHandle.prototype.add = function(worker, send) { 78 RoundRobinHandle.prototype.remove = function(worker) { 100 RoundRobinHandle.prototype.distribute = function(err, handle) { 116 RoundRobinHandle.prototype.handoff = function(worker) {
|
D | primary.js | 22 const RoundRobinHandle = require('internal/cluster/round_robin_handle'); constant 298 handle = new RoundRobinHandle(key, address, message);
|