Handbook
Glossary
start-channel-node ( -- )
Vocabulary
channels
.
remote
.
private
Inputs
None
Outputs
None
Definition
USING:
concurrency.distributed
kernel
threads
;
IN:
channels.remote.private
:
start-channel-node
( -- )
"remote-channels"
get-remote-thread
[
[
channel-thread
t
]
"Remote channels"
spawn-server
"remote-channels"
register-remote-thread
]
unless
;