What is rendezvous in interprocess communication?
I found this: In message passing, it is the condition in which, both, the sender and receiver are blocked until the message is delivered.
I still can't understand why it is called rendezvous.
Can somebody hep but in details please.