
open_tagging_sender(-SendPort)

   Create a many-to-many send port 

Arguments
   SendPort            a variable, will be bound to a structure

Type
   library(notify_ports)

Description

    Creates a send port that can be used in many-to-many communication,
    i.e. several of these ports can be connected to a single receiver.
    

See Also
   open_tagged_receiver / 3, send_notification / 2, receive_notifications / 3, foreachnotification / 6
