Home
last modified time | relevance | path

Searched refs:RoundRobinHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/cluster/
Dround_robin_handle.js16 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) {
Dprimary.js22 const RoundRobinHandle = require('internal/cluster/round_robin_handle'); constant
298 handle = new RoundRobinHandle(key, address, message);