Actor Model
KSX2IBZ23N66EQ3LAJIL
The actor model in computer science is a mathematical model of concurrent computation that treats actor as the universal primitive of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state, but can only affect each other indirectly through messaging.
Read more on WikipediaHave feedback on this skill? Let us know.