class Protobuf::Rpc::Zmq::Server

def total_workers

def total_workers
  @total_workers ||= [@options[:threads].to_i, 1].max
end