Skip to main content

Module fd

Module fd 

Source
Expand description

File Descriptor Table (per-process).

Each process has its own FD table mapping integers (0, 1, 2…) to open files.

Structs§

FileDescriptor
Wrapper for a file descriptor with FD-level flags (CLOEXEC).
FileDescriptorTable
Per-process file descriptor table.

Constants§

STDERR
STDIN
Standard file descriptor numbers.
STDOUT