Handbook
Glossary
handle-node-client ( -- )
Vocabulary
concurrency
.
distributed
Inputs
None
Outputs
None
Definition
USING:
concurrency.messaging
io.servers
kernel
sequences
serialize
;
IN:
concurrency.distributed
:
handle-node-client
( -- )
deserialize
[
first2
get-remote-thread
send
handle-node-client
]
[
stop-this-server
]
if*
;