Actor Based Concurrency

Actor-based concurrency is a programming paradigm that emphasizes the use of actors as the primary building blocks of concurrent systems. In this paradigm, actors are independent units of computation that communicate with each other by sending messages. Each actor has its own state, which can only be modified by messages it receives.