class Async::List

def added(node)

A callback that is invoked when an item is added to the list.
def added(node)
	@size += 1
	return node
end