std.ps.pipe

std.ps

pipe() -> pipe, err

Create a raw file descriptor pipe

Returns a pipe object with read(count), write(data, count), close_out(), and close_inn() methods. Uses raw file descriptors; for Lua FILE* objects, use pipe_file() instead.