Searched refs:SharedHandle (Results 1 – 2 of 2) sorted by relevance
7 module.exports = SharedHandle;9 function SharedHandle(key, address, { port, addressType, fd, flags }) { class27 SharedHandle.prototype.add = function(worker, send) {33 SharedHandle.prototype.remove = function(worker) {
23 const SharedHandle = require('internal/cluster/shared_handle'); constant296 handle = new SharedHandle(key, address, message);