aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.