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

# makeAsyncIterator()

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

## Declaration

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

## See Also

### Creating an iterator

- [UpsampledAugmentationSequence.Element](createmlcomponents/upsampledaugmentationsequence/element.md)
