class Async::List

def nil?

def nil?
	@tail.nil?
end