makeAsyncIterator()
Creates the asynchronous iterator that produces elements of this asynchronous sequence.
Declaration
func makeAsyncIterator() -> AsyncStream<Element>.IteratorCreates the asynchronous iterator that produces elements of this asynchronous sequence.
func makeAsyncIterator() -> AsyncStream<Element>.Iterator