def __init__(self, hub, count): self.count = count self.values = [] self.error = None self.waiter = Waiter(hub)