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

sync_receive

Function sync_receive 

Source
pub fn sync_receive(endpoint: u64) -> Result<Message>
Expand description

Synchronous message receive

Blocks until a message is available.