Required Instance Methodswift 6.0.3_Concurrency
makeAsyncIterator
Creates the asynchronous iterator that produces elements of this asynchronous sequence.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
func makeAsyncIterator() -> Self.AsyncIterator
Returns
An instance of the AsyncIterator
type used to produce elements of the asynchronous sequence.