Actor Model

From NovaOrdis Knowledge Base
Revision as of 21:46, 8 January 2018 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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