distssh ~master (2021-10-15T05:03:41.2224273)
Dub
Repo
ScopeKill
proc
Undocumented in source.
struct
ScopeKill (
T
) {
T
process
;
this
(T process, int signal);
~this
();
}
Constructors
this
this
(T process, int signal)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
process
Members
Variables
process
T
process
;
Undocumented in source.
Meta
Source
See Implementation
proc
modules
channel
libc
pid
tty
type
aliases
scopeKill
functions
drain
drainByLineCopy
drainToNull
makeScript
pipeProcess
pipeShell
rcKill
sandbox
spawnProcess
spawnShell
timeout
waitForPendingData
waitUntilChildren
structs
DrainByLineCopyRange
DrainElement
DrainRange
PipeProcess
Sandbox
ScopeKill
SpawnProcess
Timeout