libpipeline

A C library for setting up and running pipelines

Version

1.5.3-1
(2021-01-28)

Size

31.7

KiB

Repository

HaikuPorts
x86_64
libpipeline is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. This alleviates programmers of the need to laboriously construct pipelines using lower-level primitives such as fork(2) and execve(2).