Generic Function handle-cast

Package:

CL-GSERVER.ACTOR-CELL

Syntax:

  handle-cast ACTOR-CELL MESSAGE CURRENT-STATEresult

Arguments and Values:

Description:

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.