class Concurrent::SimpleExecutorService

def kill

@!macro executor_service_method_kill
def kill
  @running.make_false
  @stopped.set
  true
end