class Async::List

def empty?

def empty?
	@head.nil?
end