⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

call_reply

Function call_reply 

Source
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.