pub fn pipe() -> Result<(u64, u64), SysError>Available on non-crate feature
native-simulator only.Expand description
This syscall create a pipe with read-write pair of file descriptions. The file descriptor with read permission is located at fds[0], and the corresponding file descriptor with write permission is located at fds[1]. Note: available after ckb 2nd hardfork.