Methods

parent_fdΒΆ

parent_fd(p:Pipe)

Get parent process end file descriptor of Pipe. It's the reading end for Pipe(STDLIB_CHILD_TO_PARENT_PIPE_DIR).
Source: stdlib.ngs:2960

parent_fd(p:Pipe)

Get parent process end file descriptor of Pipe. It's the writing end for Pipe(STDLIB_PARENT_TO_CHILD_PIPE_DIR).
Source: stdlib.ngs:2966