class Async::Node

def stop

def stop
	@children&.each(&:stop)
end