-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jsActor edited this page Apr 23, 2020
·
2 revisions
Actor Model designed by the American computer scientist Carl Hewitt in 1973.
An actor is a computational entity that, in response to a message it receives, can concurrently:
- send a finite number of messages to other actors;
- create a finite number of new actors;
- designate the behavior to be used for the next message it receives.