Type Alias

ThrowingTaskGroup.AsyncIterator

The type of asynchronous iterator that produces elements of this asynchronous sequence. この非同期シーケンスの要素それらを取り出す非同期イテレータの型。

Declaration 宣言

typealias AsyncIterator = ThrowingTaskGroup<ChildTaskResult, Failure>.Iterator

Discussion 解説

See Also 参照

Supporting Types 支援を行う型