class Protobuf::Rpc::ServiceDirectory

def initialize


Instance Methods
def initialize
  @listings = {}
  @mutex = Mutex.new
end