aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify header files (so far most)Mattias Andrée2025-03-051-28/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* pipeutils: Add utils for pipe signalsJon Lund Steffensen2017-08-171-0/+28
Add pipeutils.c with utility functions for working with pipes as signals across threads. Using pipes for signals makes it easy for the main thread to wait on (multiple) file descriptors with or without a timeout.