pub fn call_reply(request: Message, target: ProcessId) -> Result<Message>Expand description
IPC call with reply (RPC-style)
Sends a request message to the target, blocks until a reply arrives on the same endpoint, then returns the reply. This is the fundamental RPC primitive.