---
title: TaskGroup.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/taskgroup/asynciterator
---

# TaskGroup.AsyncIterator

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

## Declaration

```swift
typealias AsyncIterator = TaskGroup<ChildTaskResult>.Iterator
```

## See Also

### Supporting Types

- [TaskGroup.Element](swift/taskgroup/element.md)
- [TaskGroup.Iterator](swift/taskgroup/iterator.md)
