class CZTop::Socket::GATHER
Scatter/gather pattern. @see github.com/zeromq/libzmq/pull/1909
Public Class Methods
new(endpoints = nil)
click to toggle source
@param endpoints [String] endpoints to connect to
# File lib/cztop/socket/types.rb, line 262 def initialize(endpoints = nil) attach_ffi_delegate(Zsock.new_gather(endpoints)) end