Expand description
Kernel pipe implementation.
A pipe is a unidirectional byte stream between two file descriptors. The read end blocks when empty; the write end returns EPIPE when the read end is closed.
Structsยง
- Pipe
- Shared pipe handle.
- Pipe
Scheme - A scheme that manages kernel pipes.