class Concurrent::AbstractExecutorService

def running?

@!macro executor_service_method_running_question
def running?
  synchronize { ns_running? }
end