Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 663 Bytes

File metadata and controls

26 lines (17 loc) · 663 Bytes

FIFO

NAME

FIFO - first-in first-out interprocess queue

SYNOPSIS

FIFOs are intended to be the control plane for shared memory transports. Their read and write operations are more efficient than sockets or channels, but there are severe restrictions on the size of elements and buffers.

DESCRIPTION

TODO

SYSCALLS