Contents

makeAsyncIterator()

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

Declaration

func makeAsyncIterator() -> URL.AsyncBytes.AsyncIterator

Return Value

An instance of the URL.AsyncBytes.AsyncIterator type used to produce elements of the asynchronous sequence.

See Also

Creating an iterator