Actor Model: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
The actor model is a mathematical model for concurrent computation. The primitive used by the model is the [[#Actor|actor]], which is an entity that sends and receives [[#Message|messages]]. | |||
=Concepts= | =Concepts= | ||
==Actor== | ==Actor== |
Revision as of 21:46, 8 January 2018
External
- https://en.wikipedia.org/wiki/Actor_model
- https://en.wikipedia.org/wiki/Actor_model_theory
- https://en.wikipedia.org/wiki/Message_passing
Internal
Overview
The actor model is a mathematical model for concurrent computation. The primitive used by the model is the actor, which is an entity that sends and receives messages.