class Async::List

def to_s

Print a short summary of the list.
def to_s
	sprintf("#<%s:0x%x size=%d>", self.class.name, object_id, @size)
end