Handbook
Glossary
<node-server> ( addrspec -- threaded-server )
Vocabulary
concurrency
.
distributed
Inputs
addrspec
an
object
Outputs
threaded-server
an
object
Definition
USING:
accessors
io.encodings.binary
io.servers
kernel
;
IN:
concurrency.distributed
:
<node-server>
( addrspec -- threaded-server )
binary
<threaded-server>
swap
>>insecure
"concurrency.distributed"
>>name
[
handle-node-client
]
>>handler
;