Synchronous Message Passing

Demonstration of synchronous message passing. The Sender thread sends the integer expression e which the receiver puts into its local variable v.

Channel.java

SynchMsgDemo.java