---
title: makeAsyncIterator()
framework: foundation
role: symbol
role_heading: Instance Method
path: foundation/notificationcenter/notifications/makeasynciterator()
---

# makeAsyncIterator()

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

## Declaration

```swift
final func makeAsyncIterator() -> NotificationCenter.Notifications.Iterator
```

## Return Value

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

## See Also

### Creating an Iterator

- [NotificationCenter.Notifications.Iterator](foundation/notificationcenter/notifications/iterator.md)
