Return True if aiterable is empty, otherwise False.
True
aiterable
False
aiterable (AsyncIterable[Any]) – Iterable.
Emptiness.
bool
Examples
>>> aiterable = arange(23) >>> await aempty(aiterable) False
Because asyncio.gather() is not enough!
API Reference