Brief introduction to Actor Model, and the problems it solves?
What is Actor Model
The actor model is a model of concurrent computation that treats actors as the universal primitive of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send