class Concurrent::AbstractExecutorService

def shutdown

@!macro executor_service_method_shutdown
def shutdown
  raise NotImplementedError
end