Generic Function handle-call

Package:

CL-GSERVER.ACTOR-CELL

Syntax:

  handle-call ACTOR-CELL MESSAGE CURRENT-STATEresult

Arguments and Values:

Description:

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.