An AsyncIterable is a data structure which has an iterator() method
returning an AsyncIterator. This allows asynchronous data sources to be
used in for loops within coroutine contexts.
See also:
An AsyncIterable is a data structure which has an iterator() method
returning an AsyncIterator. This allows asynchronous data sources to be
used in for loops within coroutine contexts.
See also:
iterator():AsyncIterator<T>