Handbook
Glossary
reply-synchronous ( message synchronous -- )
Message-passing concurrency
ยป
Synchronous sends
Prev:
send-synchronous ( message thread -- reply )
Next:
handle-synchronous ( quot: ( ... message -- ... reply ) -- )
Vocabulary
concurrency
.
messaging
Inputs
message
an
object
synchronous
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
concurrency.messaging
:
reply-synchronous
( message synchronous -- )
[
<reply>
]
keep
sender>>
send
;