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

create_pipe_with_capacity

Function create_pipe_with_capacity 

Source
pub fn create_pipe_with_capacity(
    capacity: usize,
) -> Result<(PipeReader, PipeWriter), KernelError>
Expand description

Create a pipe pair with a custom capacity.