---
title: makeAsyncIterator()
framework: groupactivities
role: symbol
role_heading: Instance Method
path: groupactivities/groupsessionjournal/attachments-swift.struct/makeasynciterator()
---

# makeAsyncIterator()

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

## Declaration

```swift
func makeAsyncIterator() -> GroupSessionJournal.Attachments.Iterator
```

## Discussion

Discussion -Returns: An instance of the Iterator type that produces elements of the asynchronous sequence.

## See Also

### Creating an iterator

- [GroupSessionJournal.Attachments.Iterator](groupactivities/groupsessionjournal/attachments-swift.struct/iterator.md)
- [GroupSessionJournal.Attachments.Element](groupactivities/groupsessionjournal/attachments-swift.struct/element.md)
