---
title: AsyncStream.AsyncIterator
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncstream/asynciterator
---

# AsyncStream.AsyncIterator

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

## Declaration

```swift
typealias AsyncIterator = AsyncStream<Element>.Iterator
```
