Instance Methodswift 6.0.1_Concurrency
makeAsyncIterator
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
func makeAsyncIterator() -> AsyncFlatMapSequence<Base, SegmentOfResult>.Iterator
Other members in extension
Types
struct Iterator
The iterator that produces elements of the flat map sequence.
Typealiases
typealias AsyncIterator
The type of iterator that produces elements of the sequence.
typealias Element
The type of element produced by this asynchronous sequence.
typealias Failure
The type of error produced by this asynchronous sequence.