---
title: makeAsyncIterator()
framework: groupactivities
role: symbol
role_heading: Instance Method
path: groupactivities/systemcoordinator/groupimmersionstyles/makeasynciterator()
---

# makeAsyncIterator()

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

## Declaration

```swift
func makeAsyncIterator() -> SystemCoordinator.GroupImmersionStyles.Iterator
```

## Return Value

Return Value An instance of the AsyncIterator type used to produce elements of the asynchronous sequence.
