Function call

Package:

CL-GSERVER.ACTOR-CELL

Syntax:

  call ACTOR-CELL MESSAGE &KEY &KEY TIME-OUTresult

Arguments and Values:

Description:

Send a message to a actor-cell instance and wait for a result. Specify a timeout in seconds if you require a result within a certain period of time. Be aware though that this is a resource intensive wait based on a waiting thread. The result can be of different types. Success result: <returned-state> Unhandled result: `:unhandled' Error result: `(cons :handler-error <condition>)' In case of time-out the error condition is a bt:timeout.