---
title: makeAsyncIterator()
framework: arkit
role: symbol
role_heading: Instance Method
path: arkit/anchorupdatesequence/makeasynciterator()
---

# makeAsyncIterator()

Creates an asynchronous iterator that produces AnchorUpdate elements on this asynchronous sequence.

## Declaration

```swift
func makeAsyncIterator() -> AnchorUpdateSequence<AnchorType>.Iterator<AnchorType>
```

## Return Value

Return Value An Iterator for AnchorUpdate
