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

sync_send

Function sync_send 

Source
pub fn sync_send(msg: Message, target_endpoint: u64) -> Result<()>
Expand description

Synchronous message send

Blocks until message is delivered to receiver.