Function simple_async_pipe::pipe[][src]

pub fn pipe(buffer: usize) -> (PipeRead, PipeWrite)
Expand description

Creates a in-memory pipe. PipeWrite will not succeed instant if the internal buffer is full.