class Async::Children

def removed(node)

def removed(node)
	if node.transient?
		@transient_count -= 1
	end
	
	return super
end