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

# makeAsyncIterator()

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

## Declaration

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

## Return Value

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

## See Also

### Creating an iterator

- [SystemCoordinator.ParticipantStates.Iterator](groupactivities/systemcoordinator/participantstates/iterator.md)
- [SystemCoordinator.ParticipantStates.Element](groupactivities/systemcoordinator/participantstates/element.md)
