class SemanticLogger::Appender::Async

def active?

Returns true if the worker thread is active
def active?
  @thread&.alive?
end