CL-GSERVER.ACTOR-CELL
handle-call ACTOR-CELL MESSAGE CURRENT-STATE → result
ACTOR-CELL
:
a
T
MESSAGE
:
a
T
CURRENT-STATE
:
a
T
result
: a T.
Handles calls to the server. Must be implemented by subclasses. The convention here is to return a `cons' with values to be returned to caller as `car', and the new state as `cdr'. `handle-call' is executed in the default message dispatcher thread.