CL-GSERVER.ACTOR
context ACTOR → result
ACTOR
:
a
T
result
: a T.
This is the `actor-context' every actor is composed of. When the actor is created from scratch it has no `actor-context'. When created through the `actor-context's, or system's `actor-of' function an `actor-context' will be set.