Handbook
Glossary
send-remote-message ( message node -- )
Vocabulary
concurrency
.
distributed
Inputs
message
an
object
node
an
object
Outputs
None
Definition
USING:
io.encodings.binary
io.sockets
serialize
;
IN:
concurrency.distributed
:
send-remote-message
( message node -- )
binary
[
serialize
]
with-client
;