Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 554 Bytes

fifo.md

File metadata and controls

22 lines (14 loc) · 554 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