class Async::List

def to_s

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