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.
PipeInner ๐Ÿ”’
Shared state for one pipe instance.
PipeScheme
A scheme that manages kernel pipes.

Constantsยง

PIPE_BUF_SIZE ๐Ÿ”’

Staticsยง

NEXT_PIPE_ID ๐Ÿ”’