Structure

AsyncThrowingStream.Iterator

The asynchronous iterator for iterating an asynchronous stream.

Declaration 宣言

struct Iterator

Overview 概要

This type is not Sendable. Don’t use it from multiple concurrent contexts. It is a programmer error to invoke next() from a concurrent context that contends with another such call, which results in a call to fatalError().

Topics 話題

Iterating over Elements

Relationships 関係

Conforms To 次に準拠

See Also 参照

Creating an Iterator イテレータを作成する