Return length of aiterable.
aiterable
aiterable (AsyncIterable[Any]) – Iterable.
Length.
int
Examples
>>> aiterable = arange(23) >>> await alen(aiterable) 23
See also
len()
Because asyncio.gather() is not enough!
API Reference