#actor-model #concurrency #system-design #engineering
Actor Model is a concurrent computational model where every unit is considered as an actor, each actor can send and receives messages to and from each other actors, and it does some computation based on the messages it received, or create even more actors.
An actor has its own private state and do things on that state, and they don't share their states with each other.
Read more: Actor model - Wikipedia
Actix Framework
Tags: #rust #actor-model Actix Framework is a Rust actor framework that help you build application using Actor Model . The Actix ecosystem…
Home Page
Welcome! Look like you've found my personal notebook. This is the place where you can take a peek into my mind to see what I've been…
If you think this note resonated, be it positive or negative, please feel free to send me an email and we can talk.