Handbook
Glossary
send-message ( message remote-channel -- value )
Vocabulary
channels
.
remote
.
private
Inputs
message
an
object
remote-channel
an
object
Outputs
value
an
object
Definition
USING:
accessors
concurrency.distributed
concurrency.messaging
kernel
;
IN:
channels.remote.private
:
send-message
( message remote-channel -- value )
node>>
"remote-channels"
<remote-thread>
send-synchronous
dup
no-channel
=
[
no-channel
throw
]
when*
;