Class actor-context

Package:

CL-GSERVER.ACTOR-CONTEXT

Class Precedence List:

ACTOR-CONTEXT → ... → T

Slots:

ID
Initarg: ID
The id of this actor-system.
ACTORS
Initform: (EMPTY-DICT)
A list of actors. This is internal API. Use `all-actors' or `find-actors' instead.
SYSTEM
A reference to the `actor-system'.

Description:

`actor-context' deals with creating and maintaining actors. The `actor-system' and the `actor' itself are composed of an `actor-context'.