CL-GSERVER.DISPATCHER
dispatch DISPATCHER DISPATCHER-EXEC-FUN → result
DISPATCHER
:
a
T
DISPATCHER-EXEC-FUN
:
a
T
result
: a T.
Dispatches a function (`dispatch-exec-fun') to a worker of the dispatcher to execute there. `dispatch' does a `ask-s' to a `dispatcher' worker, which means this call will block.