distssh.process

Modules

type
module distssh.process.type

Public Imports

distssh.process.type
public import distssh.process.type;

Members

Functions

cleanupProcess
pid_t cleanupProcess(Pid parent_pid, KillT kill, KillPgT killpg)

Cleanup the children processes.

getDeepChildren
Pid[] getDeepChildren(int parent_pid)
getPidGroups
PidGroup[] getPidGroups(Pid[] pids)
getShallowChildren
Pid[] getShallowChildren(int parent_pid)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnDaemon
auto spawnDaemon(const(char[])[] args, char[] workDir)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)