[ library(notify_ports) | Reference Manual | Alphabetic Index ]
send_notification(+Pos, +Struct, +Message)
Send a notification message
- Pos
- positive integer, the send port's field number in Struct
- Struct
- a structure whose Pos-th field is a send port
- Message
- arbitrary term
Description
    Pos and Struct identify a send port. Messages is an arbitrary
    term that gets send via this port. 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 send port is closed