class Concurrent::SimpleExecutorService

def running?

@!macro executor_service_method_running_question
def running?
  @running.true?
end