Actor Model: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:


==Actor==
==Actor==
==Message==

Revision as of 21:46, 8 January 2018

External

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.

Concepts

Actor

Message