Concurrent Programming Course note 5Haolin Yang included in Concurrent-programming 2019-10-31 34 words One minute Message passing1 2 3 4 5 6 7 echo() -> receive {From, Msg} -> From ! {Msg}, echo(); %^pattern^ %^response^ %^keep loop stop -> true %^pattern^ ^a return value and stop receiving end.