Instance Method インスタンスメソッド

makeAsyncIterator()

Creates the asynchronous iterator that produces elements of this asynchronous sequence. 非同期イテレータを作成します、それはこの非同期シーケンスの要素を取り出すものです。

Declaration 宣言

func makeAsyncIterator() -> AsyncStream<Element>.Iterator

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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