Methods

child_fdΒΆ

child_fd(p:Pipe)

Get child process end file descriptor of Pipe. It's the writing end for Pipe(STDLIB_CHILD_TO_PARENT_PIPE_DIR).
Source: stdlib.ngs:2948

child_fd(p:Pipe)

Get child process end file descriptor of Pipe. It's the reading end for Pipe(STDLIB_PARENT_TO_CHILD_PIPE_DIR).
Source: stdlib.ngs:2954