Contents

makeAsyncIterator()

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

Declaration

func makeAsyncIterator() -> AsyncThrowingStream<Element, Failure>.Iterator

See Also

Creating an Iterator