Functionsยง
- clone_
child clone_childcreates a child process that invokesfunctionin seperated Linux namespaces specified innamespace_list. For more information, see the clone(2) man page.- inspect_
process inspect_processinspects the status of the process in/proc/<pid>/statand returns a variant of the ProcState enum that represents the process status.