def __init__(self, coro: typing.Awaitable[typing.List[typing.Any]]): self.coro = coro self.items = collections.deque() self._filled = False