Skip to main content

Module pipe

Module pipe 

Source
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.
PipeScheme
A scheme that manages kernel pipes.