Structure_Concurrency5.9.0
Iterator
The iterator that produces elements of the map sequence.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
struct Iterator
Citizens in _Concurrency
Conformances
protocol AsyncIteratorProtocol
A type that asynchronously supplies the values of a sequence one at a time.
Members
func next(
) async rethrows -> Transformed? Produces the next element in the map sequence.
Citizens in _Concurrency
where Base:AsyncSequence, Transformed:Sendable, Base.AsyncIterator:Sendable, Base.Element:Sendable
Conformances
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.