Actor Model: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
=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]].
The actor model is a mathematical model for concurrent computation. The model's primitive is the [[#Actor|actor]], which is an entity that sends and receives [[#Message|messages]].


=Concepts=
=Concepts=

Revision as of 21:48, 8 January 2018

External

Internal

Overview

The actor model is a mathematical model for concurrent computation. The model's primitive is the actor, which is an entity that sends and receives messages.

Concepts

Actor

Message