class Protobuf::Rpc::Zmq::Server

def init_shutdown_pipe

def init_shutdown_pipe
  @shutdown_r, @shutdown_w = IO.pipe
end