class Concurrent::SimpleExecutorService

def shutdown

@!macro executor_service_method_shutdown
def shutdown
  @running.make_false
  @stopped.set if @count.value == 0
  true
end