AdvancedVocabulary#distributed-systems#backend#developer-tools

Actor Model Vocabulary

Build fluency in the vocabulary of isolating state behind actors that communicate only via asynchronous messages.

0 / 5 completed
1 / 5
A teammate describes a concurrency design where each unit of state is owned by an isolated entity that only communicates by sending asynchronous messages to other entities' mailboxes, never by sharing memory directly. What is this concurrency model called?