Example: lr.rendezvous

In the following example, the lr.rendezvous function sets the Meeting rendezvous point. When all users that belong to the Meeting rendezvous arrive at the rendezvous point, they continue simultaneously.

if ((rend_status= lr.rendezvous("Meeting")) != LR_REND_ALL_ARRIVED)
     lr.output_message("rendezvous unsuccessful" + rend_status);