class Protobuf::Rpc::Connectors::Zmq

def self.zmq_context


Class Methods
#
def self.zmq_context
  @zmq_contexts ||= Hash.new { |hash, key|
    hash[key] = ZMQ::Context.new
  }
  @zmq_contexts[Process.pid]
end