[ library(notify_ports) | Reference Manual | Alphabetic Index ]

send_notification(+SendPort, +Message)

Send a notification message
SendPort
a send port structure
Message
arbitrary term

Description

Messages is an arbitrary term that gets send via the send port SendPort. All receivers that have connected to this send port at the time of sending will be able to receive the message.

Fail Conditions

Fails if SendPort is closed