Contents

makeAsyncIterator()

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

Declaration

func makeAsyncIterator() -> AppExtensionIdentity.Identities.AsyncIterator

Return Value

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

See Also

Iterating the Sequence