Contents

makeAsyncIterator()

Creates the asynchronous iterator that produces elements of this asynchronous sequence.

Declaration

func makeAsyncIterator() -> AsyncStream<Element>.Iterator

See Also

Creating an Iterator