asynchronous ~master (2018-06-27T00:00:59Z)
Dub
Repo
SubprocessTransport.sendSignal
asynchronous
transports
SubprocessTransport
Send the signal number to the subprocess, as in $(D_PSYMBOL std.process.kill).
interface
SubprocessTransport
void
sendSignal
(
int
signal
)
Meta
Source
See Implementation
asynchronous
transports
SubprocessTransport
functions
close
getPid
getPipeTransport
getStatus
kill
sendSignal
terminate
Send the signal number to the subprocess, as in $(D_PSYMBOL std.process.kill).