class Protobuf::Rpc::Zmq::Server

def busy_worker_count

def busy_worker_count
  workers.count { |thread| !!thread[:busy] }
end