|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
#include <processes.hh>
Public Attributes | |
| std::string | errorPrefix = "" |
| bool | dieWithParent = true |
| bool | runExitHandlers = false |
| int | cloneFlags = 0 |
Fork a process that runs the given function, and return the child pid to the caller.
| int nix::ProcessOptions::cloneFlags = 0 |
use clone() with the specified flags (Linux only)