CL-GSERVER.ACTOR-CELL
call ACTOR-CELL MESSAGE &KEY &KEY TIME-OUT → result
ACTOR-CELL
:
a
T
MESSAGE
:
a
T
&KEY
:
a
T
TIME-OUT
:
a
T
result
: a T.
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.