Handbook
Glossary
send-request-await ( request connection -- response )
Vocabulary
msgpack
.
rpc
Inputs
request
an
object
connection
an
object
Outputs
response
an
object
Definition
USING:
kernel
msgpack.rpc.private
threads
;
IN:
msgpack.rpc
::
send-request-await
( request connection -- response )
self
[
resume-with
]
curry
[
[
request
]
]
dip
[
connection
send-request
]
curry
compose
call
request
request-thread-name
suspend
;