class Concurrent::SimpleExecutorService

def shutdown?

@!macro executor_service_method_shutdown_question
def shutdown?
  @stopped.set?
end