Class actor-system

Package:

CL-GSERVER.ACTOR-SYSTEM

Class Precedence List:

ACTOR-SYSTEM → ... → T

Slots:

DISPATCHERS
Initform: 'NIL
Internal API: contains a list of available message dispatchers.
INTERNAL-ACTOR-CONTEXT
Internal API: an actor context reserved for agents/actors used by the system.
USER-ACTOR-CONTEXT
Internal API: an actor context for agents/actors created by the user.

Description:

An `actor-system' is the opening facility. The first thing you do is to create an `actor-system' using the main constructor `make-actor-system'. With the `actor-system' you can create actors via the `actor-context' protocol function: `actor-of'.