post(_:)
Posts a given asynchronous message to the notification center.
Declaration
func post<Message>(_ message: Message) where Message : NotificationCenter.AsyncMessageParameters
- message:
The message to post.
Posts a given asynchronous message to the notification center.
func post<Message>(_ message: Message) where Message : NotificationCenter.AsyncMessageThe message to post.