Glossaria.net

Glossary Concurrency / Term

Actor model

The actor model is a similarly high-level abstraction as CSP but differs in that it uses asynchronous message passing communication (mailboxes), where each actor can have a named identity, zero to more mailboxes, and can send messages to their own mailboxes.

Permanent link Actor model - Creation date 2020-09-05


Glossary / Concurrency Asynchronous >