
open_sender(+Pos, +Struct)

   Initialise a structure field as a send port

Arguments
   Pos                 positive integer, the send port's field number in Struct
   Struct              a structure (with arity Pos or more)

Type
   library(notify_ports)


