---
title: "post(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/notificationcenter/post(_:)-7ia4j"
---

# post(_:)

Posts a given asynchronous message to the notification center.

## Declaration

```swift
func post<Message>(_ message: Message) where Message : NotificationCenter.AsyncMessage
```

## Parameters

- `message`: The message to post.

## See Also

### Posting notification messages

- [post(_:subject:)](foundation/notificationcenter/post(_:subject:)-87dbk.md)
- [post(_:)](foundation/notificationcenter/post(_:)-19s7b.md)
- [post(_:subject:)](foundation/notificationcenter/post(_:subject:)-5271w.md)
