CL-GSERVER.AGENT
agent-update AGENT UPDATE-FUN → result
AGENT
:
a
T
UPDATE-FUN
:
a
T
result
: a T.
Updates the `agent' state. `update-fun' must accept one parameter. That is the current state of the `agent'. The return value of `update-fun' will be taken as the new state of the `agent'.