Read-only AsyncIterator.
AsyncIterator
This is just an read-only alternative to AsyncIterator to avoid unwanted mutations.
Type of the items in the AsyncIterator.
Type of the return value in the AsyncIterator.
Type of the next value in the AsyncIterator.
Read-only
AsyncIterator
.Remarks
This is just an read-only alternative to
AsyncIterator
to avoid unwanted mutations.