Skip to main content

wait_for_reply

Function wait_for_reply 

Source
pub fn wait_for_reply(task_id: TaskId) -> IpcMessage
Expand description

Block the current task waiting for a reply message.

Returns an EPIPE error reply if the slot was removed while waiting (e.g. the server died and cleanup ran).