---
title: AsyncIterator
framework: swift
role: symbol
role_heading: Associated Type
path: swift/asyncsequence/asynciterator
---

# AsyncIterator

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

## Declaration

```swift
associatedtype AsyncIterator : AsyncIteratorProtocol
```

## See Also

### Creating an Iterator

- [makeAsyncIterator()](swift/asyncsequence/makeasynciterator().md)
- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)
- [Element](swift/asyncsequence/element.md)
