Skip to main content

One doc tagged with "actors"

View All Tags

Actor model

The actor model is a mechanism to deal with concurrent computation. An actor (autonomous concurrent object) is the primitive unit of computation. Actors are executed asynchronously of each other and have the following: