class Async::List

def empty?

def empty?
	@tail.nil?
end