[][src]Function miow::pipe::anonymous

pub fn anonymous(buffer_size: u32) -> Result<(AnonRead, AnonWrite)>

Creates a new anonymous in-memory pipe, returning the read/write ends of the pipe.

The buffer size for this pipe may also be specified, but the system will normally use this as a suggestion and it's not guaranteed that the buffer will be precisely this size.