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

create_pipe

Function create_pipe 

Source
pub fn create_pipe() -> Result<(PipeReader, PipeWriter), KernelError>
Expand description

Create a new pipe pair (reader, writer).