class Concurrent::ImmediateExecutor

def running?

@!macro executor_service_method_running_question
def running?
  ! shutdown?
end