CL-GSERVER.ACTOR-CELL
handle-cast ACTOR-CELL MESSAGE CURRENT-STATE → result
ACTOR-CELL
:
a
T
MESSAGE
:
a
T
CURRENT-STATE
:
a
T
result
: a T.
Handles casts to the server. Must be implemented by subclasses. Same convention as for 'handle-call' except that no return is sent to the caller. This function returns immediately.