handle-synchronous ( quot: ( ... message -- ... reply ) -- )
Message-passing concurrency ยป Synchronous sends

Prev:reply-synchronous ( message synchronous -- )


Vocabulary
concurrency.messaging

Inputs
quota quotation with stack effect ( ... message -- ... reply )


Outputs
None

Word description
Receive a message that was sent with send-synchronous, call quot to transform it into a response and use reply-synchronous to reply.

Definition