Contents

ThrowingTaskGroup.AsyncIterator

The type of asynchronous iterator that produces elements of this asynchronous sequence.

Declaration

typealias AsyncIterator = ThrowingTaskGroup<ChildTaskResult, Failure>.Iterator

See Also

Supporting Types