class SemanticLogger::Appender::AsyncBatch

def submit_request(command)

def submit_request(command)
  # Wake up the processing thread to process this command immediately.
  signal.set
  super
end