An AsyncIterator is like Iterator, but hasNext() is a coroutine. This
allows iterating over asynchronous data sources such as channels or network
streams using for loops in coroutine contexts.
See also:
An AsyncIterator is like Iterator, but hasNext() is a coroutine. This
allows iterating over asynchronous data sources such as channels or network
streams using for loops in coroutine contexts.
See also: