---
title: ThrowingTaskGroup.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/throwingtaskgroup/asynciterator
---

# ThrowingTaskGroup.AsyncIterator

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

## Declaration

```swift
typealias AsyncIterator = ThrowingTaskGroup<ChildTaskResult, Failure>.Iterator
```

## See Also

### Supporting Types

- [ThrowingTaskGroup.Element](swift/throwingtaskgroup/element.md)
- [ThrowingTaskGroup.Iterator](swift/throwingtaskgroup/iterator.md)
