class Async::List

def nil?

def nil?
	@head.nil?
end