Handbook
Glossary
synchronous-reply? ( response synchronous -- ? )
Vocabulary
concurrency
.
messaging
Inputs
response
an
object
synchronous
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
;
IN:
concurrency.messaging
:
synchronous-reply?
( response synchronous -- ? )
over
reply?
[
[
tag>>
]
same?
]
[
2drop
f
]
if
;