Skip to content
jsActor edited this page Apr 23, 2020 · 2 revisions

Welcome to the jsActor AMS wiki!

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.

Clone this wiki locally