 ##  [Actor Model](/actor-model) 

  ##  [Actor Model](https://natural.quantumdictionary.io/actor-model-0) 

  

 [![Natural & Formal Sciences Dictionary](/sites/default/files/styles/large/public/2026-01/Natural%20%26%20Formal%20Sciences.png.webp?itok=2kCDRVQv)](/topic-specific-dictionaries/natural-formal-sciences)



**Natural &amp; Formal Sciences Dictionary**

 







 

 

 

 



 

 

 

 

Definition

A model of concurrent computation in which independent entities called actors encapsulate local state, communicate solely by asynchronous message passing, and can create new actors and designate behavior for future messages; there is no shared mutable state between actors in the abstract model.