Also Known As
- Message-passing concurrency
- Actor-based concurrency
Intent of Actor Model Pattern
The Actor Model pattern enables the construction of highly concurrent, distributed, and fault-tolerant systems by using isolated components (actors) that interact exclusively through asynchronous message passing.
About 2 min