Create a pipe pair for IPC communication. Returns [readable_fd, writable_fd].
const [readFd, writeFd] = os.ipcPipe(); Copy
const [readFd, writeFd] = os.ipcPipe();
Create a pipe pair for IPC communication. Returns [readable_fd, writable_fd].