Message passing

Message passing is a communication model in which components interact by sending and receiving discrete messages. It lets components coordinate without sharing the same memory.

Connect