Class agent

Package:

CL-GSERVER.AGENT

Class Precedence List:

AGENT → ACTOR ... → T

Description:

Specialized `actor' class called `agent'. It is meant primarily to encapsulate state. To access state it provides `agent-get' and `agent-update' to update state. Stop an agent with `agent-stop' to free resources (threads).