---
title: makeAsyncIterator()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/augmentationsequence/makeasynciterator()
---

# makeAsyncIterator()

Creates the asynchronous iterator that produces elements of this asynchronous sequence.

## Declaration

```swift
func makeAsyncIterator() -> AugmentationSequence<Base, RandomTransformer, RandomNumberGenerator, Annotation>.AsyncIterator
```

## See Also

### Creating an iterator

- [AugmentationSequence.Element](createmlcomponents/augmentationsequence/element.md)
