Structs§
- Inner
Pipe 🔒 - Pipe is a device that allows two processes to communicate with each other.
- Pipe
Side - Represent one side of a pipe.
Check
create_pipe_pair
for more details.
Functions§
- create_
pipe_ pair - Create a connected pipe pair. The first returned file is the read side of the pipe. The second returned file is the write side of the pipe.