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

makeAsyncIterator()

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

Declaration 宣言

func makeAsyncIterator() -> ThrowingTaskGroup<ChildTaskResult, Failure>.Iterator

Return Value 戻り値

An instance of the AsyncIterator type used to produce elements of the asynchronous sequence. 非同期シーケンスの要素それらを生み出すために使われるAsyncIterator型のインスタンス。

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Accessing an Asynchronous Sequence of Results 結果それらからなるある非同期シーケンスにアクセスする