Actor Model
The actor model is not just good for concurrent programming but also for distributed systems as the actors can be on different systems and still communicate with each other.
The actor model is not just good for concurrent programming but also for distributed systems as the actors can be on different systems and still communicate with each other.